Package org.eclipse.handly.util
Class ToStringOptions
java.lang.Object
org.eclipse.handly.util.ToStringOptions
Provides common hints for a textual representation of an object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enumeration of the style of textual representation of an object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Property<ToStringOptions.FormatStyle>
Format style property.Indent level property.static final Property<IndentPolicy>
Indent policy property. -
Method Summary
-
Field Details
-
INDENT_POLICY
Indent policy property. Default value: a defaultIndentPolicy
. -
INDENT_LEVEL
Indent level property. Values are zero-based. Default value:0
. -
FORMAT_STYLE
Format style property. Default value:ToStringOptions.FormatStyle.FULL
.
-