Uses of Interface
org.apache.commons.beanutils2.DynaClass
Packages that use 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
Subinterfaces of DynaClass in org.apache.commons.beanutils2Modifier and TypeInterfaceDescriptioninterface
A specialized extension toDynaClass
that allows properties to be added or removed dynamically.Classes in org.apache.commons.beanutils2 that implement DynaClassModifier 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.Fields in org.apache.commons.beanutils2 declared as DynaClassModifier and TypeFieldDescriptionprotected DynaClass
BasicDynaBean.dynaClass
TheDynaClass
"base class" that this DynaBean is associated with.Methods in org.apache.commons.beanutils2 that return DynaClassModifier 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.Methods in org.apache.commons.beanutils2 with parameters of type DynaClassModifier and TypeMethodDescriptionvoid
LazyDynaList.setElementDynaClass
(DynaClass elementDynaClass) Set the element Type and DynaClass.Constructors in org.apache.commons.beanutils2 with parameters of type DynaClassModifierConstructorDescriptionBasicDynaBean
(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
Classes in org.apache.commons.beanutils2.sql that implement DynaClassModifier and TypeClassDescriptionclass
ImplementsDynaClass
for DynaBeans that wrap thejava.sql.Row</code> objects of a <code>java.sql.ResultSet
.class
Methods in org.apache.commons.beanutils2.sql that return DynaClassModifier and TypeMethodDescriptionResultSetIterator.getDynaClass()
Gets theDynaClass
instance that describes the set of properties available for this DynaBean.