Package | Description |
---|---|
org.apache.commons.configuration2 |
The Configuration main package.
|
org.apache.commons.configuration2.beanutils |
In this package a
Configuration implementation can be found that
implements the DynaBean interface. |
org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder
classes used to create new
Configuration objects. |
org.apache.commons.configuration2.convert |
This package contains interfaces and classes related to data type conversions.
|
Modifier and Type | Method and Description |
---|---|
ConversionHandler |
AbstractConfiguration.getConversionHandler()
Returns the
ConversionHandler used by this instance. |
ConversionHandler |
DataConfiguration.getConversionHandler()
Returns the
ConversionHandler used by this instance. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfiguration.setConversionHandler(ConversionHandler conversionHandler)
Sets the
ConversionHandler to be used by this instance. |
Modifier and Type | Method and Description |
---|---|
ConversionHandler |
DefaultBeanFactory.getConversionHandler()
Returns the
ConversionHandler used by this object. |
Constructor and Description |
---|
DefaultBeanFactory(ConversionHandler convHandler)
Creates a new instance of
DefaultBeanFactory using the specified
ConversionHandler for data type conversions. |
Modifier and Type | Method and Description |
---|---|
BasicBuilderParameters |
BasicBuilderParameters.setConversionHandler(ConversionHandler handler)
Sets the
ConversionHandler object for this configuration. |
T |
BasicBuilderProperties.setConversionHandler(ConversionHandler handler)
Sets the
ConversionHandler object for this configuration. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConversionHandler
A default implementation of the
ConversionHandler interface. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.