Serialized Form
|
Package org.apache.commons.lang |
readResolve
private Object readResolve()
- Ensure singleton.
|
Package org.apache.commons.lang.builder |
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
String contentStart
- The content start '['
contentEnd
String contentEnd
- The content end ']'
fieldNameValueSeparator
String fieldNameValueSeparator
- The field name value separator '='
fieldSeparator
String fieldSeparator
- The field separator ','
arrayStart
String arrayStart
- The array start '{'
arraySeparator
String arraySeparator
- The array separator ','
arrayContentDetail
boolean arrayContentDetail
- The detail for array content
arrayEnd
String arrayEnd
- The array end '}'
defaultFullDetail
boolean defaultFullDetail
- The value to use when fullDetail is null 'true'
nullText
String nullText
- The null text ''
sizeStartText
String sizeStartText
- The summary size text start '
sizeEndText
String sizeEndText
- The summary size text start '>'
summaryObjectStartText
String summaryObjectStartText
- The summary object text start '<'
summaryObjectEndText
String summaryObjectEndText
- The summary object text start '>'
|
Package org.apache.commons.lang.enum |
readResolve
protected Object readResolve()
- Handle the deserialization of the class to ensure that multiple
copies are not wastefully created, or illegal enum types created.
iName
String iName
- The string representation of the Enum.
iValue
int iValue
- The value contained in enum.
|
Package org.apache.commons.lang.exception |
nestable
Throwable nestable
- Holds the reference to the exception or error that we're
wrapping (which must be a
Nestable implementation).
delegate
NestableDelegate delegate
- The helper instance which contains much of the code which we
delegate to.
cause
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.
cause
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.
cause
Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
Copyright (c) 2001-2002 - Apache Software Foundation