Uses of Interface
org.codehaus.jackson.impl.Indenter
Packages that use Indenter
-
Uses of Indenter in org.codehaus.jackson.util
Classes in org.codehaus.jackson.util that implement IndenterModifier and TypeClassDescriptionstatic class
This is a very simple indenter that only every adds a single space for indentation.static class
Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.static class
Dummy implementation that adds no indentation whatsoeverFields in org.codehaus.jackson.util declared as IndenterModifier and TypeFieldDescriptionprotected Indenter
DefaultPrettyPrinter._arrayIndenter
By default, let's use only spaces to separate array values.protected Indenter
DefaultPrettyPrinter._objectIndenter
By default, let's use linefeed-adding indenter for separate object entries.Methods in org.codehaus.jackson.util with parameters of type IndenterModifier and TypeMethodDescriptionvoid
DefaultPrettyPrinter.indentArraysWith
(Indenter i) void
DefaultPrettyPrinter.indentObjectsWith
(Indenter i)