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 classThis is a very simple indenter that only every adds a single space for indentation.static classDefault linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.static classDummy implementation that adds no indentation whatsoeverFields in org.codehaus.jackson.util declared as IndenterModifier and TypeFieldDescriptionprotected 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 IndenterModifier and TypeMethodDescriptionvoidDefaultPrettyPrinter.indentArraysWith(Indenter i) voidDefaultPrettyPrinter.indentObjectsWith(Indenter i)