|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultXmlPrettyPrinter.Indenter | |
---|---|
com.fasterxml.jackson.dataformat.xml.util |
Uses of DefaultXmlPrettyPrinter.Indenter in com.fasterxml.jackson.dataformat.xml.util |
---|
Classes in com.fasterxml.jackson.dataformat.xml.util that implement DefaultXmlPrettyPrinter.Indenter | |
---|---|
protected static class |
DefaultXmlPrettyPrinter.FixedSpaceIndenter
This is a very simple indenter that only every adds a single space for indentation. |
protected static class |
DefaultXmlPrettyPrinter.Lf2SpacesIndenter
Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level. |
protected static class |
DefaultXmlPrettyPrinter.NopIndenter
Dummy implementation that adds no indentation whatsoever |
Fields in com.fasterxml.jackson.dataformat.xml.util declared as DefaultXmlPrettyPrinter.Indenter | |
---|---|
protected DefaultXmlPrettyPrinter.Indenter |
DefaultXmlPrettyPrinter._arrayIndenter
By default, let's use only spaces to separate array values. |
protected DefaultXmlPrettyPrinter.Indenter |
DefaultXmlPrettyPrinter._objectIndenter
By default, let's use linefeed-adding indenter for separate object entries. |
Methods in com.fasterxml.jackson.dataformat.xml.util with parameters of type DefaultXmlPrettyPrinter.Indenter | |
---|---|
void |
DefaultXmlPrettyPrinter.indentArraysWith(DefaultXmlPrettyPrinter.Indenter i)
|
void |
DefaultXmlPrettyPrinter.indentObjectsWith(DefaultXmlPrettyPrinter.Indenter i)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |