public class ToStringOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ToStringOptions.FormatStyle
Enumeration of the style of textual representation of an object.
|
Modifier and Type | Field and Description |
---|---|
static Property<ToStringOptions.FormatStyle> |
FORMAT_STYLE
Format style property.
|
static Property<java.lang.Integer> |
INDENT_LEVEL
Indent level property.
|
static Property<IndentPolicy> |
INDENT_POLICY
Indent policy property.
|
public static final Property<IndentPolicy> INDENT_POLICY
IndentPolicy
.public static final Property<java.lang.Integer> INDENT_LEVEL
0
.public static final Property<ToStringOptions.FormatStyle> FORMAT_STYLE
ToStringOptions.FormatStyle.FULL
.Copyright (c) 2014, 2018 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0