Uses of Class
org.apache.commons.configuration2.convert.DefaultConversionHandler
-
Packages that use DefaultConversionHandler Package Description org.apache.commons.configuration2.convert This package contains interfaces and classes related to data type conversions. -
-
Uses of DefaultConversionHandler in org.apache.commons.configuration2.convert
Fields in org.apache.commons.configuration2.convert declared as DefaultConversionHandler Modifier and Type Field Description static DefaultConversionHandlerDefaultConversionHandler. INSTANCEA default instance of this class.Methods in org.apache.commons.configuration2.convert with parameters of type DefaultConversionHandler Modifier and Type Method Description static ObjectPropertyConverter. to(Class<?> cls, Object value, DefaultConversionHandler convHandler)Performs a data type conversion from the specified value object to the given target data class.
-