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 TypeClassDescriptionclass
Default linefeed-based indenter, used byDefaultPrettyPrinter
(unless overridden).static class
This is a very simple indenter that only adds a single space for indentation.static class
Dummy implementation that adds no indentation whatsoeverFields in com.fasterxml.jackson.core.util declared as DefaultPrettyPrinter.IndenterModifier and TypeFieldDescriptionprotected DefaultPrettyPrinter.Indenter
DefaultPrettyPrinter._arrayIndenter
By default, let's use only spaces to separate array values.protected DefaultPrettyPrinter.Indenter
DefaultPrettyPrinter._objectIndenter
By 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 TypeMethodDescriptionvoid
DefaultPrettyPrinter.indentArraysWith
(DefaultPrettyPrinter.Indenter i) void
DefaultPrettyPrinter.indentObjectsWith
(DefaultPrettyPrinter.Indenter i) DefaultPrettyPrinter.withArrayIndenter
(DefaultPrettyPrinter.Indenter i) DefaultPrettyPrinter.withObjectIndenter
(DefaultPrettyPrinter.Indenter i)