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 aConfigurationimplementation can be found that implements theDynaBeaninterface.org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.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 ConversionHandlerAbstractConfiguration. getConversionHandler()Gets theConversionHandlerused by this instance.ConversionHandlerDataConfiguration. getConversionHandler()Gets theConversionHandlerused by this instance.Methods in org.apache.commons.configuration2 with parameters of type ConversionHandler Modifier and Type Method Description voidAbstractConfiguration. setConversionHandler(ConversionHandler conversionHandler)Sets theConversionHandlerto 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 ConversionHandlerDefaultBeanFactory. getConversionHandler()Gets theConversionHandlerused by this object.Constructors in org.apache.commons.configuration2.beanutils with parameters of type ConversionHandler Constructor Description DefaultBeanFactory(ConversionHandler convHandler)Constructs a new instance ofDefaultBeanFactoryusing the specifiedConversionHandlerfor 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 BasicBuilderParametersBasicBuilderParameters. setConversionHandler(ConversionHandler handler)Sets theConversionHandlerobject for this configuration.TBasicBuilderProperties. setConversionHandler(ConversionHandler handler)Sets theConversionHandlerobject 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 classDefaultConversionHandlerA default implementation of theConversionHandlerinterface.
-