DefaultXmlPrettyPrinter.Indenter, Serializableprotected static class DefaultXmlPrettyPrinter.FixedSpaceIndenter extends Object implements DefaultXmlPrettyPrinter.Indenter, Serializable
| Constructor | Description |
|---|---|
FixedSpaceIndenter() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isInline() |
|
void |
writeIndentation(com.fasterxml.jackson.core.JsonGenerator g,
int level) |
|
void |
writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw,
int level) |
public void writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw,
int level)
throws XMLStreamException
writeIndentation in interface DefaultXmlPrettyPrinter.IndenterXMLStreamExceptionpublic void writeIndentation(com.fasterxml.jackson.core.JsonGenerator g,
int level)
throws IOException
writeIndentation in interface DefaultXmlPrettyPrinter.IndenterIOExceptionpublic boolean isInline()
isInline in interface DefaultXmlPrettyPrinter.IndenterCopyright © 2018. All rights reserved.