Class JacksonJsonFormatterSettings

java.lang.Object
de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterSettings

public class JacksonJsonFormatterSettings extends Object
Utility class for Jackson Json formatter specific settings.
Author:
bahlef
  • Field Details

    • EXPAND_TABS_TO_SPACES

      public static final String 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

      public static final String SPACES_PER_TAB
      Property key which defines amount of spaces per tabs for the Jackson Json formatter.
      Since:
      1.14
      See Also:
    • INDENT_SIZE

      public static final String 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

      public static final String 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

      public static final String LINEFEED
      Property key which defines the line feed setting for the Jackson Json formatter.
      Since:
      1.14
      See Also: