public static interface DefaultXmlPrettyPrinter.Indenter
Modifier and Type | Method and Description |
---|---|
boolean |
isInline() |
void |
writeIndentation(com.fasterxml.jackson.core.JsonGenerator jg,
int level) |
void |
writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw,
int level) |
void writeIndentation(com.fasterxml.jackson.core.JsonGenerator jg, int level) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
IOException
com.fasterxml.jackson.core.JsonGenerationException
void writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw, int level) throws XMLStreamException
XMLStreamException
boolean isInline()
Copyright © 2012-2013 FasterXML. All Rights Reserved.