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 aConfiguration
implementation can be found that implements theDynaBean
interface.org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects.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.DefaultConversionHandler A default implementation of theConversionHandler
interface.ListDelimiterHandler Definition of an interface that controls the handling of list delimiters in configuration properties.ValueTransformer Definition of an interface used byListDelimiterHandler
to 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 concreteListDelimiterHandler
implementations.ConversionHandler An interface defining the possible data type conversions supported by the configuration framework.DefaultConversionHandler A default implementation of theConversionHandler
interface.ListDelimiterHandler Definition of an interface that controls the handling of list delimiters in configuration properties.ValueTransformer Definition of an interface used byListDelimiterHandler
to perform additional transformations on behalf of a configuration when a property value is escaped.