Uses of Class
org.apache.commons.configuration2.beanutils.ConstructorArg
Package
Description
In this package a
Configuration
implementation can be found that implements the DynaBean
interface.-
Uses of ConstructorArg in org.apache.commons.configuration2.beanutils
Modifier and TypeMethodDescriptionstatic ConstructorArg
ConstructorArg.forBeanDeclaration
(BeanDeclaration decl) Creates a new instance ofConstructorArg
for the specifiedBeanDeclaration
.static ConstructorArg
ConstructorArg.forBeanDeclaration
(BeanDeclaration beanDeclaration, String typeName) Creates a new instance ofConstructorArg
for the specifiedBeanDeclaration
and sets the type name explicitly.static ConstructorArg
Creates a new instance ofConstructorArg
for the specified simple value.static ConstructorArg
Creates a new instance ofConstructorArg
for the specified simple value and sets the type name explicitly.Modifier and TypeMethodDescriptionBeanDeclaration.getConstructorArgs()
Gets a collection with constructor arguments.CombinedBeanDeclaration.getConstructorArgs()
Gets a collection with constructor arguments.XMLBeanDeclaration.getConstructorArgs()
Gets a collection with constructor arguments.