public class ConfigurationDynaClass extends Object implements org.apache.commons.beanutils.DynaClass
ConfigurationDynaClass dynamically determines properties for
 a ConfigurationDynaBean from a wrapped configuration-collection
 Configuration instance.| Constructor and Description | 
|---|
ConfigurationDynaClass(Configuration configuration)
Construct an instance of a  
ConfigurationDynaClass
 wrapping the specified Configuration instance. | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.commons.beanutils.DynaProperty[] | 
getDynaProperties()  | 
org.apache.commons.beanutils.DynaProperty | 
getDynaProperty(String name)  | 
String | 
getName()  | 
org.apache.commons.beanutils.DynaBean | 
newInstance()  | 
public ConfigurationDynaClass(Configuration configuration)
ConfigurationDynaClass
 wrapping the specified Configuration instance.configuration - Configuration instance.public org.apache.commons.beanutils.DynaProperty getDynaProperty(String name)
getDynaProperty in interface org.apache.commons.beanutils.DynaClasspublic org.apache.commons.beanutils.DynaProperty[] getDynaProperties()
getDynaProperties in interface org.apache.commons.beanutils.DynaClasspublic String getName()
getName in interface org.apache.commons.beanutils.DynaClasspublic org.apache.commons.beanutils.DynaBean newInstance()
                                                  throws IllegalAccessException,
                                                         InstantiationException
newInstance in interface org.apache.commons.beanutils.DynaClassIllegalAccessExceptionInstantiationExceptionCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.