Uses of Interface
org.apache.commons.configuration2.convert.ConversionHandler
Package
Description
The Configuration main package.
In this package a
Configuration
implementation can be found that implements the DynaBean
interface.
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.
This package contains interfaces and classes related to data type conversions.
-
Uses of ConversionHandler in org.apache.commons.configuration2
Modifier and TypeMethodDescriptionAbstractConfiguration.getConversionHandler()
Gets theConversionHandler
used by this instance.DataConfiguration.getConversionHandler()
Gets theConversionHandler
used by this instance.Modifier and TypeMethodDescriptionvoid
AbstractConfiguration.setConversionHandler
(ConversionHandler conversionHandler) Sets theConversionHandler
to be used by this instance. -
Uses of ConversionHandler in org.apache.commons.configuration2.beanutils
Modifier and TypeMethodDescriptionDefaultBeanFactory.getConversionHandler()
Gets theConversionHandler
used by this object.ModifierConstructorDescriptionDefaultBeanFactory
(ConversionHandler convHandler) Constructs a new instance ofDefaultBeanFactory
using the specifiedConversionHandler
for data type conversions. -
Uses of ConversionHandler in org.apache.commons.configuration2.builder
Modifier and TypeMethodDescriptionBasicBuilderParameters.setConversionHandler
(ConversionHandler handler) Sets theConversionHandler
object for this configuration.BasicBuilderProperties.setConversionHandler
(ConversionHandler handler) Sets theConversionHandler
object for this configuration. -
Uses of ConversionHandler in org.apache.commons.configuration2.convert
Modifier and TypeClassDescriptionclass
A default implementation of theConversionHandler
interface.