Serialized Form


Package org.apache.commons.lang

Class org.apache.commons.lang.ObjectUtils.Null implements Serializable

Class org.apache.commons.lang.SerializationException implements Serializable


Package org.apache.commons.lang.builder

Class org.apache.commons.lang.builder.StandardToStringStyle implements Serializable

Class org.apache.commons.lang.builder.ToStringStyle implements Serializable

Serialized Fields

arrayContentDetail

boolean arrayContentDetail
The detail for array content

arrayEnd

java.lang.String arrayEnd
The array end '}'

arraySeparator

java.lang.String arraySeparator
The array separator ','

arrayStart

java.lang.String arrayStart
The array start '{'

contentEnd

java.lang.String contentEnd
The content end ']'

contentStart

java.lang.String contentStart
The content start '['

defaultFullDetail

boolean defaultFullDetail
The value to use when fullDetail is null 'true'

fieldNameValueSeparator

java.lang.String fieldNameValueSeparator
The field name value separator '='

fieldSeparator

java.lang.String fieldSeparator
The field separator ','

nullText

java.lang.String nullText
The null text ''

sizeEndText

java.lang.String sizeEndText
The summary size text start '>'

sizeStartText

java.lang.String sizeStartText
The summary size text start '

summaryObjectEndText

java.lang.String summaryObjectEndText
The summary object text start '>'

summaryObjectStartText

java.lang.String summaryObjectStartText
The summary object text start '<'

useClassName

boolean useClassName
Whether to use the class name 'true'

useFieldNames

boolean useFieldNames
Whether to use the field names 'true'

useIdentityHashCode

boolean useIdentityHashCode
Whether to use the identity hash code 'true'

useShortClassName

boolean useShortClassName
Whether to use short class names 'false'

Class org.apache.commons.lang.builder.ToStringStyle.DefaultToStringStyle implements Serializable

Class org.apache.commons.lang.builder.ToStringStyle.MultiLineToStringStyle implements Serializable

Class org.apache.commons.lang.builder.ToStringStyle.NoFieldNameToStringStyle implements Serializable

Class org.apache.commons.lang.builder.ToStringStyle.SimpleToStringStyle implements Serializable


Package org.apache.commons.lang.enum

Class org.apache.commons.lang.enum.Enum implements Serializable

Serialized Fields

iName

java.lang.String iName
The string representation of the Enum.

Class org.apache.commons.lang.enum.EnumUtils implements Serializable

Class org.apache.commons.lang.enum.ValuedEnum implements Serializable

Serialized Fields

iValue

int iValue
The value contained in enum.


Package org.apache.commons.lang.exception

Class org.apache.commons.lang.exception.NestableDelegate implements Serializable

Serialized Fields

nestable

java.lang.Throwable nestable
Holds the reference to the exception or error that we're wrapping (which must be a Nestable implementation).

Class org.apache.commons.lang.exception.NestableError implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.

Class org.apache.commons.lang.exception.NestableException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.

Class org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.



Copyright (c) 2001-2002 - Apache Software Foundation