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 ConstructorArgXMLBeanDeclaration.createConstructorArg(XMLBeanDeclaration.NodeData<?> child) Creates aConstructorArgobject for the specified configuration node.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 ConstructorArgCreates a new instance ofConstructorArgfor the specified simple value.static ConstructorArgCreates 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 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 booleanDefaultBeanFactory.matchesConstructor(Constructor<?> ctor, Collection<ConstructorArg> args) Checks whether the given constructor is compatible with the given list of arguments.