| Package | Description | 
|---|---|
| org.apache.commons.configuration2.beanutils | 
 
 In this package a  
Configuration implementation can be found that
 implements the DynaBean interface. | 
| Modifier and Type | Method and Description | 
|---|---|
static ConstructorArg | 
ConstructorArg.forBeanDeclaration(BeanDeclaration decl)
Creates a new instance of  
ConstructorArg for the specified
 BeanDeclaration. | 
static ConstructorArg | 
ConstructorArg.forBeanDeclaration(BeanDeclaration beanDeclaration,
                  String typeName)
Creates a new instance of  
ConstructorArg for the specified
 BeanDeclaration and sets the type name explicitly. | 
static ConstructorArg | 
ConstructorArg.forValue(Object value)
Creates a new instance of  
ConstructorArg for the specified simple
 value. | 
static ConstructorArg | 
ConstructorArg.forValue(Object value,
        String typeName)
Creates a new instance of  
ConstructorArg for the specified simple
 value and sets the type name explicitly. | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ConstructorArg> | 
CombinedBeanDeclaration.getConstructorArgs()
Returns a collection with constructor arguments. 
 | 
Collection<ConstructorArg> | 
BeanDeclaration.getConstructorArgs()
Returns a collection with constructor arguments. 
 | 
Collection<ConstructorArg> | 
XMLBeanDeclaration.getConstructorArgs()
Returns a collection with constructor arguments. 
 | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.