Uses of Class
org.apache.commons.configuration2.beanutils.ConstructorArg
Packages that use 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
Methods in org.apache.commons.configuration2.beanutils that return ConstructorArgModifier and TypeMethodDescriptionprivate ConstructorArg
XMLBeanDeclaration.createConstructorArg
(XMLBeanDeclaration.NodeData<?> child) Creates aConstructorArg
object for the specified configuration node.static 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.Methods in org.apache.commons.configuration2.beanutils that return types with arguments of type ConstructorArgModifier and TypeMethodDescriptionBeanDeclaration.getConstructorArgs()
Gets a collection with constructor arguments.CombinedBeanDeclaration.getConstructorArgs()
Gets a collection with constructor arguments.private static Collection
<ConstructorArg> DefaultBeanFactory.getConstructorArgs
(BeanDeclaration data) Gets constructor arguments from a bean declaration.XMLBeanDeclaration.getConstructorArgs()
Gets a collection with constructor arguments.private static Collection
<ConstructorArg> DefaultBeanFactory.nullSafeConstructorArgs
(BeanDeclaration data) Fetches constructor arguments from the given bean declaration.Method parameters in org.apache.commons.configuration2.beanutils with type arguments of type ConstructorArgModifier and TypeMethodDescriptionprivate static boolean
DefaultBeanFactory.matchesConstructor
(Constructor<?> ctor, Collection<ConstructorArg> args) Checks whether the given constructor is compatible with the given list of arguments.