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