Uses of Interface
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter
Packages that use DefaultPrettyPrinter.Indenter
Package
Description
Utility classes used by Jackson Core functionality.
-
Uses of DefaultPrettyPrinter.Indenter in com.fasterxml.jackson.core.util
Classes in com.fasterxml.jackson.core.util that implement DefaultPrettyPrinter.IndenterModifier and TypeClassDescriptionclassDefault linefeed-based indenter, used byDefaultPrettyPrinter(unless overridden).static classThis is a very simple indenter that only adds a single space for indentation.static classDummy implementation that adds no indentation whatsoeverFields in com.fasterxml.jackson.core.util declared as DefaultPrettyPrinter.IndenterModifier and TypeFieldDescriptionprotected DefaultPrettyPrinter.IndenterDefaultPrettyPrinter._arrayIndenterBy default, let's use only spaces to separate array values.protected DefaultPrettyPrinter.IndenterDefaultPrettyPrinter._objectIndenterBy default, let's use linefeed-adding indenter for separate object entries.Methods in com.fasterxml.jackson.core.util with parameters of type DefaultPrettyPrinter.IndenterModifier and TypeMethodDescriptionvoidDefaultPrettyPrinter.indentArraysWith(DefaultPrettyPrinter.Indenter i) voidDefaultPrettyPrinter.indentObjectsWith(DefaultPrettyPrinter.Indenter i) DefaultPrettyPrinter.withArrayIndenter(DefaultPrettyPrinter.Indenter i) DefaultPrettyPrinter.withObjectIndenter(DefaultPrettyPrinter.Indenter i)