-
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
String contentStart
The content start '['
.
-
contentEnd
String contentEnd
The content end ']'
.
-
fieldNameValueSeparator
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
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
,
the default value is true
.
-
nullText
String nullText
The null
text '<null>'
.
-
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 '>'
.