DefaultXmlPrettyPrinter.FixedSpaceIndenter, DefaultXmlPrettyPrinter.Lf2SpacesIndenter, DefaultXmlPrettyPrinter.NopIndenterpublic static interface DefaultXmlPrettyPrinter.Indenter
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isInline() |
|
void |
writeIndentation(com.fasterxml.jackson.core.JsonGenerator g,
int level) |
|
void |
writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw,
int level) |
void writeIndentation(com.fasterxml.jackson.core.JsonGenerator g,
int level)
throws IOException
IOExceptionvoid writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw,
int level)
throws XMLStreamException
XMLStreamExceptionboolean isInline()
Copyright © 2018. All rights reserved.