Uses of Interface
org.apache.commons.beanutils2.DynaClass
Package
Description
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.
Contains code that relies on the
java.sql
module.-
Uses of DynaClass in org.apache.commons.beanutils2
Modifier and TypeInterfaceDescriptioninterface
A specialized extension toDynaClass
that allows properties to be added or removed dynamically.Modifier and TypeClassDescriptionclass
Minimal implementation of theDynaClass
interface.class
DynaClass which implements theMutableDynaClass
interface.class
Provides a light weightDynaBean</code> facade to a <code>Map
with lazy map/list processing.class
ImplementsDynaClass
to wrap standard JavaBean instances.Modifier and TypeFieldDescriptionprotected DynaClass
BasicDynaBean.dynaClass
TheDynaClass
"base class" that this DynaBean is associated with.Modifier and TypeMethodDescriptionBasicDynaBean.getDynaClass()
Gets theDynaClass
instance that describes the set of properties available for this DynaBean.DynaBean.getDynaClass()
Gets theDynaClass
instance that describes the set of properties available for this DynaBean.LazyDynaBean.getDynaClass()
Gets theDynaClass
instance that describes the set of properties available for this DynaBean.WrapDynaBean.getDynaClass()
Gets theDynaClass
instance that describes the set of properties available for this DynaBean.Modifier and TypeMethodDescriptionvoid
LazyDynaList.setElementDynaClass
(DynaClass elementDynaClass) Set the element Type and DynaClass.ModifierConstructorDescriptionBasicDynaBean
(DynaClass dynaClass) Constructs a newDynaBean
associated with the specifiedDynaClass
instance.LazyDynaBean
(DynaClass dynaClass) Constructs a newDynaBean
associated with the specifiedDynaClass</code> instance - if its not a <code>MutableDynaClass
then a newLazyDynaClass
is created and the properties copied.LazyDynaList
(DynaClass elementDynaClass) Constructs a LazyDynaList with a specified DynaClass for its elements.LazyDynaMap
(DynaClass dynaClass) Constructs a newLazyDynaMap
based on an exisiting DynaClass -
Uses of DynaClass in org.apache.commons.beanutils2.sql
Modifier and TypeClassDescriptionclass
ImplementsDynaClass
for DynaBeans that wrap thejava.sql.Row</code> objects of a <code>java.sql.ResultSet
.class
Modifier and TypeMethodDescriptionResultSetIterator.getDynaClass()
Gets theDynaClass
instance that describes the set of properties available for this DynaBean.