DefaultXmlPrettyPrinter.Indenter, Serializableprotected static class DefaultXmlPrettyPrinter.NopIndenter extends Object implements DefaultXmlPrettyPrinter.Indenter, Serializable
| Constructor | Description |
|---|---|
NopIndenter() |
| Modifier and Type | Method | 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.Indenterpublic boolean isInline()
isInline in interface DefaultXmlPrettyPrinter.Indenterpublic void writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw,
int level)
writeIndentation in interface DefaultXmlPrettyPrinter.IndenterCopyright © 2018. All rights reserved.