|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.apache.commons.beanutils |
---|
Class org.apache.commons.beanutils.BasicDynaBean extends Object implements Serializable |
---|
Serialized Fields |
---|
DynaClass dynaClass
DynaClass
"base class" that this DynaBean
is associated with.
HashMap<K,V> values
Class org.apache.commons.beanutils.BasicDynaClass extends Object implements Serializable |
---|
Serialized Fields |
---|
Object[] constructorValues
Class<T> dynaBeanClass
DynaBean
implementation class we will use for
creating new instances.
String name
DynaProperty[] properties
HashMap<K,V> propertiesMap
properties
list.
Class org.apache.commons.beanutils.BeanAccessLanguageException extends IllegalArgumentException implements Serializable |
---|
Class org.apache.commons.beanutils.BeanComparator extends Object implements Serializable |
---|
Serialized Fields |
---|
String property
Comparator<T> comparator
Class org.apache.commons.beanutils.ConversionException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Throwable cause
ConversionException
, compatible with
JDK 1.4's extensions to java.lang.Throwable
.
Class org.apache.commons.beanutils.ConvertingWrapDynaBean extends WrapDynaBean implements Serializable |
---|
Class org.apache.commons.beanutils.DynaProperty extends Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
StreamCorruptedException
- when the stream data values are outside expected range
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
String name
Class org.apache.commons.beanutils.LazyDynaBean extends Object implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> values
MutableDynaClass
"base class" that this DynaBean
is associated with.
MutableDynaClass dynaClass
MutableDynaClass
"base class" that this DynaBean
is associated with.
Class org.apache.commons.beanutils.LazyDynaClass extends BasicDynaClass implements Serializable |
---|
Serialized Fields |
---|
boolean restricted
boolean returnNull
Controls whether the getDynaProperty()
method returns
null if a property doesn't exist - or creates a new one.
Default is false
.
Class org.apache.commons.beanutils.LazyDynaList extends ArrayList implements Serializable |
---|
Serialized Fields |
---|
DynaClass elementDynaClass
Class<T> elementType
Class<T> elementDynaBeanType
Class org.apache.commons.beanutils.LazyDynaMap extends LazyDynaBean implements Serializable |
---|
Serialized Fields |
---|
String name
getName()
method of java.lang.Class
).
boolean restricted
boolean returnNull
Controls whether the getDynaProperty()
method returns
null if a property doesn't exist - or creates a new one.
Default is false
.
Class org.apache.commons.beanutils.NestedNullException extends BeanAccessLanguageException implements Serializable |
---|
Class org.apache.commons.beanutils.ResultSetDynaClass extends org.apache.commons.beanutils.JDBCDynaClass implements Serializable |
---|
Serialized Fields |
---|
ResultSet resultSet
The ResultSet
we are wrapping.
Class org.apache.commons.beanutils.RowSetDynaClass extends org.apache.commons.beanutils.JDBCDynaClass implements Serializable |
---|
Serialized Fields |
---|
int limit
Limits the size of the returned list. The call to
getRows()
will return at most limit number of rows.
If less than or equal to 0, does not limit the size of the result.
List<E> rows
The list of DynaBean
s representing the contents of
the original ResultSet
on which this
RowSetDynaClass
was based.
Class org.apache.commons.beanutils.WrapDynaBean extends Object implements Serializable |
---|
Serialized Fields |
---|
Object instance
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |