protected static class DefaultXmlPrettyPrinter.FixedSpaceIndenter extends Object implements DefaultXmlPrettyPrinter.Indenter, Serializable
Constructor and Description |
---|
DefaultXmlPrettyPrinter.FixedSpaceIndenter() |
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) |
public DefaultXmlPrettyPrinter.FixedSpaceIndenter()
public void writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw, int level) throws XMLStreamException
writeIndentation
in interface DefaultXmlPrettyPrinter.Indenter
XMLStreamException
public void writeIndentation(com.fasterxml.jackson.core.JsonGenerator g, int level) throws IOException
writeIndentation
in interface DefaultXmlPrettyPrinter.Indenter
IOException
public boolean isInline()
isInline
in interface DefaultXmlPrettyPrinter.Indenter
Copyright © 2017 FasterXML. All rights reserved.