|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultPrettyPrinter.Indenter | |
---|---|
com.fasterxml.jackson.core.util | 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.Indenter | |
---|---|
static class |
DefaultPrettyPrinter.FixedSpaceIndenter
This is a very simple indenter that only every adds a single space for indentation. |
static class |
DefaultPrettyPrinter.Lf2SpacesIndenter
Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level. |
static class |
DefaultPrettyPrinter.NopIndenter
Dummy implementation that adds no indentation whatsoever |
Fields in com.fasterxml.jackson.core.util declared as DefaultPrettyPrinter.Indenter | |
---|---|
protected 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.Indenter | |
---|---|
void |
DefaultPrettyPrinter.indentArraysWith(DefaultPrettyPrinter.Indenter i)
|
void |
DefaultPrettyPrinter.indentObjectsWith(DefaultPrettyPrinter.Indenter i)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |