Uses of Interface
org.apache.commons.configuration2.convert.ConversionHandler
-
Packages that use ConversionHandler 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. -
-
Uses of ConversionHandler in org.apache.commons.configuration2
Classes in org.apache.commons.configuration2 that implement ConversionHandler Modifier and Type Class Description private class
DataConfiguration.DataConversionHandler
A specializedConversionHandler
implementation which allows overriding the date format pattern.Fields in org.apache.commons.configuration2 declared as ConversionHandler Modifier and Type Field Description private ConversionHandler
AbstractConfiguration. conversionHandler
The conversion handler.private ConversionHandler
DataConfiguration. dataConversionHandler
A special conversion handler object used by this configuration.Methods in org.apache.commons.configuration2 that return ConversionHandler Modifier and Type Method Description ConversionHandler
AbstractConfiguration. getConversionHandler()
Gets theConversionHandler
used by this instance.ConversionHandler
DataConfiguration. getConversionHandler()
Gets theConversionHandler
used by this instance.Methods in org.apache.commons.configuration2 with parameters of type ConversionHandler Modifier and Type Method Description void
AbstractConfiguration. setConversionHandler(ConversionHandler conversionHandler)
Sets theConversionHandler
to be used by this instance. -
Uses of ConversionHandler in org.apache.commons.configuration2.beanutils
Fields in org.apache.commons.configuration2.beanutils declared as ConversionHandler Modifier and Type Field Description private ConversionHandler
DefaultBeanFactory. conversionHandler
The conversion handler used by this instance.Methods in org.apache.commons.configuration2.beanutils that return ConversionHandler Modifier and Type Method Description ConversionHandler
DefaultBeanFactory. getConversionHandler()
Gets theConversionHandler
used by this object.Constructors in org.apache.commons.configuration2.beanutils with parameters of type ConversionHandler Constructor Description DefaultBeanFactory(ConversionHandler convHandler)
Constructs a new instance ofDefaultBeanFactory
using the specifiedConversionHandler
for data type conversions. -
Uses of ConversionHandler in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder with parameters of type ConversionHandler Modifier and Type Method Description BasicBuilderParameters
BasicBuilderParameters. setConversionHandler(ConversionHandler handler)
Sets theConversionHandler
object for this configuration.T
BasicBuilderProperties. setConversionHandler(ConversionHandler handler)
Sets theConversionHandler
object for this configuration. -
Uses of ConversionHandler in org.apache.commons.configuration2.convert
Classes in org.apache.commons.configuration2.convert that implement ConversionHandler Modifier and Type Class Description class
DefaultConversionHandler
A default implementation of theConversionHandler
interface.
-