-
useFieldNames
boolean useFieldNames
Whether to use the field names, the default is true.
-
useClassName
boolean useClassName
Whether to use the class name, the default is true.
-
useShortClassName
boolean useShortClassName
Whether to use short class names, the default is false.
-
useIdentityHashCode
boolean useIdentityHashCode
Whether to use the identity hash code, the default is 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 '='.
-
fieldSeparatorAtStart
boolean fieldSeparatorAtStart
Whether the field separator should be added before any other fields.
-
fieldSeparatorAtEnd
boolean fieldSeparatorAtEnd
Whether the field separator should be added after any other fields.
-
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,
the default value is true.
-
nullText
java.lang.String nullText
The null text '<null>'.
-
sizeStartText
java.lang.String sizeStartText
The summary size text start '<size'.
-
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 '>'.