java.lang.Objectorg.apache.commons.lang.builder.ToStringStyle
org.apache.commons.lang.builder.StandardToStringStyle
All Implemented Interfaces:
Serializable
Works with ToStringBuilder to create a toString.
This class is intended to be used as a singleton. There is no need to instantiate a new style each time. Simply instantiate the class once, customize the values as required, and store the result in a public static final variable for the rest of the program to access.
Stephen - ColebournePete - GieserGary - Gregory1.0 - $ - Id: StandardToStringStyle.java 437554 2006-08-28 06:21:41Z bayard $| Fields inherited from org.apache.commons.lang.builder.ToStringStyle: |
|---|
| DEFAULT_STYLE, MULTI_LINE_STYLE, NO_FIELD_NAMES_STYLE, SHORT_PREFIX_STYLE, SIMPLE_STYLE |
| Constructor: |
|---|
Constructor. |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.lang.builder.StandardToStringStyle Detail: |
|---|
Gets the array end text. |
Gets the array separator text. |
Gets the array start text. |
Gets the content end text. |
Gets the content start text. |
Gets the field name value separator text. |
Gets the field separator text. |
Gets the text to output when |
Collection,
Map or Array size is output.
This is output after the size value. |
Gets the text to output when a This is output before the size value. |
Gets the end text to output when an This is output after the size value. |
Gets the start text to output when an This is output before the size value. |
Gets whether to output array content detail. |
Gets whether to use full detail when the caller doesn't specify. |
Gets whether the field separator should be added at the end of each buffer. |
Gets whether the field separator should be added at the start of each buffer. |
Deprecated! Use - #isUseShortClassName()
Method will be removed in Commons Lang 3.0.Gets whether to output short or long class names. |
Gets whether to use the class name. |
Gets whether to use the field names passed in. |
Gets whether to use the identity hash code. |
Gets whether to output short or long class names. |
Sets whether to output array content detail. |
Sets the array end text.
|
Sets the array separator text.
|
Sets the array start text.
|
Sets the content end text.
|
Sets the content start text.
|
Sets whether to use full detail when the caller doesn't specify. |
Sets the field name value separator text.
|
Sets the field separator text.
|
Sets whether the field separator should be added at the end of each buffer. |
Sets whether the field separator should be added at the start of each buffer. |
Sets the text to output when
|
Deprecated! Use - #setUseShortClassName(boolean)
Method will be removed in Commons Lang 3.0.Sets whether to output short or long class names. |
Sets the end text to output when a This is output after the size value.
|
Sets the start text to output when a This is output before the size value.
|
Sets the end text to output when an This is output after the size value.
|
Sets the start text to output when an This is output before the size value.
|
Sets whether to use the class name. |
Sets whether to use the field names passed in. |
Sets whether to use the identity hash code. |
Sets whether to output short or long class names. |