Package | Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
static BeanHelper |
BeanHelper.INSTANCE
A default instance of
BeanHelper which can be shared between
arbitrary components. |
Modifier and Type | Method and Description |
---|---|
protected BeanHelper |
BasicConfigurationBuilder.fetchBeanHelper()
Obtains the
BeanHelper object to be used when dealing with bean
declarations. |
static BeanHelper |
BasicBuilderParameters.fetchBeanHelper(Map<String,Object> params)
Obtains the
BeanHelper object from the specified map with
parameters. |
Modifier and Type | Method and Description |
---|---|
BasicBuilderParameters |
BasicBuilderParameters.setBeanHelper(BeanHelper beanHelper)
Sets a
BeanHelper object to be used by the configuration builder. |
T |
BasicBuilderProperties.setBeanHelper(BeanHelper beanHelper)
Sets a
BeanHelper object to be used by the configuration builder. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.