DefaultXmlPrettyPrinter.Indenter
, Serializable
protected 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.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 © 2018. All rights reserved.