Serialized Form


Package org.apache.commons.beanutils

Class org.apache.commons.beanutils.BasicDynaBean extends Object implements Serializable

Serialized Fields

dynaClass

DynaClass dynaClass

values

HashMap<K,V> values

Class org.apache.commons.beanutils.BasicDynaClass extends Object implements Serializable

Serialized Fields

constructorValues

Object[] constructorValues

dynaBeanClass

Class<T> dynaBeanClass

name

String name

properties

DynaProperty[] properties

propertiesMap

HashMap<K,V> propertiesMap

Class org.apache.commons.beanutils.BeanAccessLanguageException extends IllegalArgumentException implements Serializable

Class org.apache.commons.beanutils.BeanComparator extends Object implements Serializable

Serialized Fields

property

String property

comparator

Comparator<T> comparator

Class org.apache.commons.beanutils.BeanMapTestCase.BeanWithProperties extends Object implements Serializable

Serialized Fields

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

Class org.apache.commons.beanutils.ConversionException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause

Class org.apache.commons.beanutils.ConvertingWrapDynaBean extends WrapDynaBean implements Serializable

Class org.apache.commons.beanutils.DynaProperty extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name

Class org.apache.commons.beanutils.ExtendMapBean extends Hashtable implements Serializable

Serialized Fields

dbName

String dbName

Class org.apache.commons.beanutils.LazyDynaBean extends Object implements Serializable

Serialized Fields

values

Map<K,V> values

dynaClass

MutableDynaClass dynaClass

Class org.apache.commons.beanutils.LazyDynaClass extends BasicDynaClass implements Serializable

Serialized Fields

restricted

boolean restricted

returnNull

boolean returnNull

Class org.apache.commons.beanutils.LazyDynaList extends ArrayList implements Serializable

Serialized Fields

elementDynaClass

DynaClass elementDynaClass

elementType

Class<T> elementType

elementDynaBeanType

Class<T> elementDynaBeanType

Class org.apache.commons.beanutils.LazyDynaMap extends LazyDynaBean implements Serializable

Serialized Fields

name

String name

restricted

boolean restricted

returnNull

boolean returnNull

Class org.apache.commons.beanutils.NestedNullException extends BeanAccessLanguageException implements Serializable

Class org.apache.commons.beanutils.PassTestException extends RuntimeException implements Serializable

Class org.apache.commons.beanutils.ResultSetDynaClass extends org.apache.commons.beanutils.JDBCDynaClass implements Serializable

Serialized Fields

resultSet

ResultSet resultSet

Class org.apache.commons.beanutils.RowSetDynaClass extends org.apache.commons.beanutils.JDBCDynaClass implements Serializable

Serialized Fields

limit

int limit

rows

List<E> rows

Class org.apache.commons.beanutils.TestBean extends Object implements Serializable

Serialized Fields

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.

Class org.apache.commons.beanutils.TestBeanPublicSubclass extends TestBean implements Serializable

Class org.apache.commons.beanutils.WrapDynaBean extends Object implements Serializable

Serialized Fields

instance

Object instance

Package org.apache.commons.beanutils.memoryleaktests.pojotests

Class org.apache.commons.beanutils.memoryleaktests.pojotests.CustomInteger extends Number implements Serializable

Serialized Fields

i

int i

Package org.apache.commons.collections

Class org.apache.commons.collections.ArrayStack extends ArrayList implements Serializable

serialVersionUID: 2130079159931574599L

Class org.apache.commons.collections.BufferOverflowException extends RuntimeException implements Serializable

Serialized Fields

throwable

Throwable throwable

Class org.apache.commons.collections.BufferUnderflowException extends NoSuchElementException implements Serializable

Serialized Fields

throwable

Throwable throwable

Class org.apache.commons.collections.CursorableLinkedList extends Object implements Serializable

serialVersionUID: 8836393098519411393L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class org.apache.commons.collections.ExtendedProperties extends Hashtable implements Serializable

Serialized Fields

defaults

ExtendedProperties defaults

file

String file

basePath

String basePath

fileSeparator

String fileSeparator

isInitialized

boolean isInitialized

keysAsListed

ArrayList<E> keysAsListed

Class org.apache.commons.collections.FastArrayList extends ArrayList implements Serializable

Serialized Fields

list

ArrayList<E> list

fast

boolean fast

Class org.apache.commons.collections.FastHashMap extends HashMap implements Serializable

Serialized Fields

map

HashMap<K,V> map

fast

boolean fast

Class org.apache.commons.collections.FastTreeMap extends TreeMap implements Serializable

Serialized Fields

map

TreeMap<K,V> map

fast

boolean fast

Class org.apache.commons.collections.FunctorException extends RuntimeException implements Serializable

Serialized Fields

rootCause

Throwable rootCause

Class org.apache.commons.collections.LRUMap extends SequencedHashMap implements Serializable

serialVersionUID: 2197433140769957051L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class org.apache.commons.collections.MultiHashMap extends HashMap implements Serializable

serialVersionUID: 1943563828307035349L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class org.apache.commons.collections.SequencedHashMap extends Object implements Serializable

serialVersionUID: 3380552487888102930L

Serialization Methods

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

Class org.apache.commons.collections.keyvalue.MultiKey extends Object implements Serializable

serialVersionUID: 4465448607415788805L

Serialized Fields

keys

Object[] keys

hashCode

int hashCode

Class org.apache.commons.collections.keyvalue.TiedMapEntry extends Object implements Serializable

serialVersionUID: -8453869361373831205L

Serialized Fields

map

Map<K,V> map

key

Object key



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.