Uses of Interface
org.codehaus.jackson.impl.Indenter
-
Packages that use Indenter Package Description org.codehaus.jackson.util Utility classes used by Jackson Core functionality. -
-
Uses of Indenter in org.codehaus.jackson.util
Classes in org.codehaus.jackson.util that implement Indenter Modifier and Type Class Description static classDefaultPrettyPrinter.FixedSpaceIndenterThis is a very simple indenter that only every adds a single space for indentation.static classDefaultPrettyPrinter.Lf2SpacesIndenterDefault linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.static classDefaultPrettyPrinter.NopIndenterDummy implementation that adds no indentation whatsoeverFields in org.codehaus.jackson.util declared as Indenter Modifier and Type Field Description protected IndenterDefaultPrettyPrinter. _arrayIndenterBy default, let's use only spaces to separate array values.protected IndenterDefaultPrettyPrinter. _objectIndenterBy default, let's use linefeed-adding indenter for separate object entries.Methods in org.codehaus.jackson.util with parameters of type Indenter Modifier and Type Method Description voidDefaultPrettyPrinter. indentArraysWith(Indenter i)voidDefaultPrettyPrinter. indentObjectsWith(Indenter i)
-