Class ConvertUtils
Object
ConvertUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectconvertToRealType(Object value, Class<?> propertyType) static ObjectconvertToRealType(Object value, String type) static Collection<Object> convertToRealTypeCollection(Collection<?> values, Class<?> propertyType) static NumberparseNumber(String value, Class<? extends Number> type)
-
Field Details
-
DATE_FORMAT
- See Also:
-
-
Constructor Details
-
ConvertUtils
public ConvertUtils()
-
-
Method Details
-
convertToRealType
-
convertToRealType
-
convertToRealTypeCollection
public static Collection<Object> convertToRealTypeCollection(Collection<?> values, Class<?> propertyType) -
parseNumber
-