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.String property
Comparator<T> comparator
Throwable cause
Throwable.getCause()}.private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException - when the stream data values are outside expected rangeClassNotFoundException - Class of a serialized object cannot be found.private void writeObject(ObjectOutputStream out) throws IOException
IOException - if I/O errors occur while writing to the underlying stream.String name
Map<K,V> values
MutableDynaClass "base class" that this DynaBean
is associated with.MutableDynaClass dynaClass
MutableDynaClass "base class" that this DynaBean
is associated with.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.
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.
ResultSet resultSet
The ResultSet we are wrapping.
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 DynaBeans representing the contents of
the original ResultSet on which this
RowSetDynaClass was based.
Object instance
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.