|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.lang.builder.ToStringStyle | +--org.apache.commons.lang.builder.ToStringStyle.SimpleToStringStyle
ToStringStyle that does not print out the classname, identity hashcode, content start or field name. This is an inner class rather than using StandardToStringStyle to ensure its immutability.
Inner classes inherited from class org.apache.commons.lang.builder.ToStringStyle |
ToStringStyle.DefaultToStringStyle,
ToStringStyle.MultiLineToStringStyle,
ToStringStyle.NoFieldNameToStringStyle,
ToStringStyle.SimpleToStringStyle |
Fields inherited from class org.apache.commons.lang.builder.ToStringStyle |
arrayContentDetail,
arrayEnd,
arraySeparator,
arrayStart,
contentEnd,
contentStart,
DEFAULT_STYLE,
defaultFullDetail,
fieldNameValueSeparator,
fieldSeparator,
MULTI_LINE_STYLE,
NO_FIELD_NAMES_STYLE,
nullText,
SIMPLE_STYLE,
sizeEndText,
sizeStartText,
summaryObjectEndText,
summaryObjectStartText,
useClassName,
useFieldNames,
useIdentityHashCode,
useShortClassName |
Constructor Summary | |
private |
ToStringStyle.SimpleToStringStyle()
Constructor - use the static constant rather than instantiating. |
Method Summary | |
private java.lang.Object |
readResolve()
Ensure singleton after serialization. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
private ToStringStyle.SimpleToStringStyle()
Method Detail |
private java.lang.Object readResolve()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |