|
JSON Version 1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Indenter | |
---|---|
org.codehaus.jackson.impl |
Uses of Indenter in org.codehaus.jackson.impl |
---|
Classes in org.codehaus.jackson.impl that implement 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 org.codehaus.jackson.impl declared as Indenter | |
---|---|
protected Indenter |
DefaultPrettyPrinter.mArrayIndenter
By default, let's use only spaces to separate array values. |
protected Indenter |
DefaultPrettyPrinter.mObjectIndenter
By default, let's use linefeed-adding indenter for separate object entries. |
Methods in org.codehaus.jackson.impl with parameters of type Indenter | |
---|---|
void |
DefaultPrettyPrinter.indentArraysWith(Indenter i)
|
void |
DefaultPrettyPrinter.indentObjectsWith(Indenter i)
|
|
JSON Version 1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |