Uses of Package
org.apache.commons.configuration2.convert
-
Packages that use org.apache.commons.configuration2.convert Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.beanutils In this package aConfigurationimplementation can be found that implements theDynaBeaninterface.org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.org.apache.commons.configuration2.convert This package contains interfaces and classes related to data type conversions. -
Classes in org.apache.commons.configuration2.convert used by org.apache.commons.configuration2 Class Description ConversionHandler An interface defining the possible data type conversions supported by the configuration framework.ListDelimiterHandler Definition of an interface that controls the handling of list delimiters in configuration properties.ValueTransformer Definition of an interface used byListDelimiterHandlerto perform additional transformations on behalf of a configuration when a property value is escaped. -
Classes in org.apache.commons.configuration2.convert used by org.apache.commons.configuration2.beanutils Class Description ConversionHandler An interface defining the possible data type conversions supported by the configuration framework. -
Classes in org.apache.commons.configuration2.convert used by org.apache.commons.configuration2.builder Class Description ConversionHandler An interface defining the possible data type conversions supported by the configuration framework.ListDelimiterHandler Definition of an interface that controls the handling of list delimiters in configuration properties. -
Classes in org.apache.commons.configuration2.convert used by org.apache.commons.configuration2.convert Class Description AbstractListDelimiterHandler An abstract base class for concreteListDelimiterHandlerimplementations.ConversionHandler An interface defining the possible data type conversions supported by the configuration framework.DefaultConversionHandler A default implementation of theConversionHandlerinterface.ListDelimiterHandler Definition of an interface that controls the handling of list delimiters in configuration properties.ValueTransformer Definition of an interface used byListDelimiterHandlerto perform additional transformations on behalf of a configuration when a property value is escaped.