|
Class Summary |
| BasicDynaBean |
Minimal implementation of the DynaBean interface. |
| BasicDynaClass |
Minimal implementation of the DynaClass interface. |
| BeanComparator |
Allows you to pass the name of a method in and compare two beans. |
| BeanUtils |
Utility methods for populating JavaBeans properties via reflection. |
| ConstructorUtils |
|
| ConvertingWrapDynaBean |
Implementation of DynaBean that wraps a standard JavaBean
instance, so that DynaBean APIs can be used to access its properties,
though this implementation allows type conversion to occur when properties are set. |
| ConvertUtils |
Utility methods for converting String scalar values to objects of the
specified Class, String arrays to arrays of the specified Class. |
| DynaProperty |
The metadata describing an individual property of a DynaBean. |
| MappedPropertyDescriptor |
A MappedPropertyDescriptor describes one mapped property. |
| MethodUtils |
Utility reflection methods focussed on methods in general rather than properties in particular. |
| PropertyUtils |
Utility methods for using Java Reflection APIs to facilitate generic
property getter and setter operations on Java objects. |
| ResultSetDynaClass |
Implementation of DynaClass for DynaBeans that wrap the
java.sql.Row objects of a java.sql.ResultSet. |
| ResultSetIterator |
Implementation of java.util.Iterator returned by the
iterator() method of ResultSetDynaClass. |
| RowSetDynaClass |
Implementation of DynaClass that creates an in-memory collection
of DynaBeans representing the results of an SQL query. |
| WrapDynaBean |
Implementation of DynaBean that wraps a standard JavaBean
instance, so that DynaBean APIs can be used to access its properties. |
| WrapDynaClass |
Implementation of DynaClass for DynaBeans that wrap
standard JavaBean instances. |