Class JacksonJsonFormatterSettings
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterSettings
Utility class for Jackson Json formatter specific settings.
- Author:
- bahlef
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Property key which defines to use tabs or spaces for the Jackson Json formatter.static final String
Property key which defines the amount of spaces for indentation for the Jackson Json formatter.static final String
Property key which defines the line feed setting for the Jackson Json formatter.static final String
Property key which defines whether or not adding a spaces between the key and value separator for the Jackson Json formatter.static final String
Property key which defines amount of spaces per tabs for the Jackson Json formatter. -
Method Summary
-
Field Details
-
EXPAND_TABS_TO_SPACES
Property key which defines to use tabs or spaces for the Jackson Json formatter.- Since:
- 1.14
- See Also:
-
SPACES_PER_TAB
Property key which defines amount of spaces per tabs for the Jackson Json formatter.- Since:
- 1.14
- See Also:
-
INDENT_SIZE
Property key which defines the amount of spaces for indentation for the Jackson Json formatter.- Since:
- 1.14
- See Also:
-
SPACE_BEFORE_SEPARATOR
Property key which defines whether or not adding a spaces between the key and value separator for the Jackson Json formatter.- Since:
- 1.14
- See Also:
-
LINEFEED
Property key which defines the line feed setting for the Jackson Json formatter.- Since:
- 1.14
- See Also:
-