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
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
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.
-