Package | Description |
---|---|
org.apache.commons.beanutils |
The Bean Introspection Utilities component of the Apache Commons
subproject offers low-level utility classes that assist in getting and setting
property values on Java classes that follow the naming design patterns outlined
in the JavaBeans Specification, as well as mechanisms for dynamically defining
and accessing bean properties.
|
Modifier and Type | Field and Description |
---|---|
protected WrapDynaClass |
WrapDynaBean.dynaClass
The
DynaClass "base class" that this DynaBean
is associated with. |
Modifier and Type | Method and Description |
---|---|
static WrapDynaClass |
WrapDynaClass.createDynaClass(Class<?> beanClass)
Create (if necessary) and return a new
WrapDynaClass
instance for the specified bean class. |
static WrapDynaClass |
WrapDynaClass.createDynaClass(Class<?> beanClass,
PropertyUtilsBean pu)
Create (if necessary) and return a new
WrapDynaClass instance
for the specified bean class using the given PropertyUtilsBean
instance for introspection. |
Constructor and Description |
---|
WrapDynaBean(Object instance,
WrapDynaClass cls)
Creates a new instance of
WrapDynaBean , associates it with the specified
JavaBean instance, and initializes the bean's DynaClass . |
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.