Serialized Form
Package org.apache.commons.beanutils |
dynaClass
DynaClass dynaClass
values
HashMap<K,V> values
constructorValues
Object[] constructorValues
dynaBeanClass
Class<T> dynaBeanClass
name
String name
properties
DynaProperty[] properties
propertiesMap
HashMap<K,V> propertiesMap
property
String property
comparator
Comparator<T> comparator
someInt
int someInt
someLong
long someLong
someDouble
double someDouble
someFloat
float someFloat
someShort
short someShort
someByte
byte someByte
someChar
char someChar
someInteger
Integer someInteger
someString
String someString
someObject
Object someObject
cause
Throwable cause
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
name
String name
dbName
String dbName
values
Map<K,V> values
dynaClass
MutableDynaClass dynaClass
restricted
boolean restricted
returnNull
boolean returnNull
elementDynaClass
DynaClass elementDynaClass
elementType
Class<T> elementType
elementDynaBeanType
Class<T> elementDynaBeanType
name
String name
restricted
boolean restricted
returnNull
boolean returnNull
resultSet
ResultSet resultSet
limit
int limit
rows
List<E> rows
booleanProperty
boolean booleanProperty
- A boolean property.
booleanSecond
boolean booleanSecond
- A boolean property that uses an "is" method for the getter.
byteProperty
byte byteProperty
- A byte property.
dateProperty
Date dateProperty
- A java.util.Date property.
dateArrayProperty
Date[] dateArrayProperty
- A java.util.Date property.
doubleProperty
double doubleProperty
- A double property.
dupProperty
String[] dupProperty
- An "indexed property" accessible via both array and subscript
based getters and setters.
floatProperty
float floatProperty
- A float property.
intArray
int[] intArray
- An integer array property accessed as an array.
intIndexed
int[] intIndexed
- An integer array property accessed as an indexed property.
intProperty
int intProperty
- An integer property.
listIndexed
List<E> listIndexed
- A List property accessed as an indexed property.
longProperty
long longProperty
- A long property.
mapProperty
Map<K,V> mapProperty
- A mapped property with only a getter and setter for a Map.
mappedObjects
HashMap<K,V> mappedObjects
- A mapped property that has String keys and Object values.
mappedProperty
HashMap<K,V> mappedProperty
- A mapped property that has String keys and String values.
mappedIntProperty
HashMap<K,V> mappedIntProperty
- A mapped property that has String keys and int values.
nested
TestBean nested
- A nested reference to another test bean (populated as needed).
anotherNested
TestBean anotherNested
- Another nested reference to another test bean,
nestedDynaBean
DynaBean nestedDynaBean
- Another nested reference to another test bean,
mappedNested
TestBean.MappedTestBean mappedNested
nullProperty
String nullProperty
- A String property with an initial value of null.
readOnlyProperty
String readOnlyProperty
- A read-only String property.
shortProperty
short shortProperty
- A short property.
stringArray
String[] stringArray
- A String array property accessed as a String.
stringIndexed
String[] stringIndexed
- A String array property accessed as an indexed property.
string2dArray
String[][] string2dArray
stringProperty
String stringProperty
- A String property.
writeOnlyProperty
String writeOnlyProperty
- A write-only String property.
invalidBoolean
boolean invalidBoolean
An invalid property that has two boolean getters (getInvalidBoolean
and isInvalidBoolean) plus a String setter (setInvalidBoolean). By the
rules described in the JavaBeans Specification, this will be considered
a read-only boolean property, using isInvalidBoolean() as the getter.
instance
Object instance
Package org.apache.commons.beanutils.memoryleaktests.pojotests |
i
int i
Package org.apache.commons.collections |
serialVersionUID: 2130079159931574599L
throwable
Throwable throwable
throwable
Throwable throwable
serialVersionUID: 8836393098519411393L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
defaults
ExtendedProperties defaults
file
String file
basePath
String basePath
fileSeparator
String fileSeparator
isInitialized
boolean isInitialized
keysAsListed
ArrayList<E> keysAsListed
list
ArrayList<E> list
fast
boolean fast
map
HashMap<K,V> map
fast
boolean fast
map
TreeMap<K,V> map
fast
boolean fast
rootCause
Throwable rootCause
serialVersionUID: 2197433140769957051L
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- Throws:
IOException
serialVersionUID: 1943563828307035349L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
serialVersionUID: 3380552487888102930L
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- Throws:
IOException
Package org.apache.commons.collections.keyvalue |
serialVersionUID: 4465448607415788805L
keys
Object[] keys
hashCode
int hashCode
serialVersionUID: -8453869361373831205L
map
Map<K,V> map
key
Object key
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.