protected static class DefaultXmlPrettyPrinter.Lf2SpacesIndenter extends Object implements DefaultXmlPrettyPrinter.Indenter, Serializable
Constructor and Description |
---|
DefaultXmlPrettyPrinter.Lf2SpacesIndenter() |
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) |
public DefaultXmlPrettyPrinter.Lf2SpacesIndenter()
public boolean isInline()
isInline
in interface DefaultXmlPrettyPrinter.Indenter
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 jg, int level) throws IOException
writeIndentation
in interface DefaultXmlPrettyPrinter.Indenter
IOException
Copyright © 2017 FasterXML. All rights reserved.