public static interface DefaultXmlPrettyPrinter.Indenter
Modifier and Type | Method and 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
IOException
void writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw, int level) throws XMLStreamException
XMLStreamException
boolean isInline()
Copyright © 2017 FasterXML. All rights reserved.