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

useFieldNames

boolean useFieldNames
Whether to use the field names 'true'

useClassName

boolean useClassName
Whether to use the class name 'true'

useShortClassName

boolean useShortClassName
Whether to use short class names 'false'

useIdentityHashCode

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

contentStart

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

contentEnd

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

fieldNameValueSeparator

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

fieldSeparator

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

arrayStart

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

arraySeparator

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

arrayContentDetail

boolean arrayContentDetail
The detail for array content

arrayEnd

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

defaultFullDetail

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

nullText

java.lang.String nullText
The null text ''

sizeStartText

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

sizeEndText

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

summaryObjectStartText

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

summaryObjectEndText

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

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.NestableError implements Serializable

Serialized Fields

delegate

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

cause

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

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

Serialized Fields

delegate

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

cause

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

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

Serialized Fields

delegate

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

cause

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



Copyright (c) 2001-2002 - Apache Software Foundation