Package | Description |
---|---|
org.codehaus.jackson.util |
Utility classes used by Jackson Core functionality.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPrettyPrinter.indentArraysWith(Indenter i) |
void |
DefaultPrettyPrinter.indentObjectsWith(Indenter i) |