Uses of Class
org.apache.commons.configuration2.beanutils.ConstructorArg
-
Packages that use ConstructorArg Package Description org.apache.commons.configuration2.beanutils In this package aConfigurationimplementation can be found that implements theDynaBeaninterface. -
-
Uses of ConstructorArg in org.apache.commons.configuration2.beanutils
Methods in org.apache.commons.configuration2.beanutils that return ConstructorArg Modifier and Type Method Description static ConstructorArgConstructorArg. forBeanDeclaration(BeanDeclaration decl)Creates a new instance ofConstructorArgfor the specifiedBeanDeclaration.static ConstructorArgConstructorArg. forBeanDeclaration(BeanDeclaration beanDeclaration, String typeName)Creates a new instance ofConstructorArgfor the specifiedBeanDeclarationand sets the type name explicitly.static ConstructorArgConstructorArg. forValue(Object value)Creates a new instance ofConstructorArgfor the specified simple value.static ConstructorArgConstructorArg. forValue(Object value, String typeName)Creates a new instance ofConstructorArgfor the specified simple value and sets the type name explicitly.Methods in org.apache.commons.configuration2.beanutils that return types with arguments of type ConstructorArg Modifier and Type Method Description Collection<ConstructorArg>BeanDeclaration. getConstructorArgs()Gets a collection with constructor arguments.Collection<ConstructorArg>CombinedBeanDeclaration. getConstructorArgs()Gets a collection with constructor arguments.Collection<ConstructorArg>XMLBeanDeclaration. getConstructorArgs()Gets a collection with constructor arguments.
-