Uses of Class
org.apache.commons.configuration2.convert.DefaultConversionHandler
Package
Description
This package contains interfaces and classes related to data type conversions.
-
Uses of DefaultConversionHandler in org.apache.commons.configuration2.convert
Modifier and TypeFieldDescriptionstatic final DefaultConversionHandler
DefaultConversionHandler.INSTANCE
A default instance of this class.Modifier and TypeMethodDescriptionstatic Object
PropertyConverter.to
(Class<?> cls, Object value, DefaultConversionHandler convHandler) Converts the specified value object to the given target data class.