Uses of Interface
org.apache.commons.configuration2.convert.ConversionHandler
Packages that use 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
Methods in org.apache.commons.configuration2 that return ConversionHandlerModifier and TypeMethodDescriptionAbstractConfiguration.getConversionHandler()
Gets theConversionHandler
used by this instance.DataConfiguration.getConversionHandler()
Gets theConversionHandler
used by this instance.Methods in org.apache.commons.configuration2 with parameters of type ConversionHandlerModifier and TypeMethodDescriptionvoid
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 ConversionHandlerModifier and TypeMethodDescriptionDefaultBeanFactory.getConversionHandler()
Gets theConversionHandler
used by this object.Constructors in org.apache.commons.configuration2.beanutils with parameters of type ConversionHandlerModifierConstructorDescriptionDefaultBeanFactory
(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 ConversionHandlerModifier 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
Classes in org.apache.commons.configuration2.convert that implement ConversionHandlerModifier and TypeClassDescriptionclass
A default implementation of theConversionHandler
interface.