DefaultXmlPrettyPrinter.Indenter
, Serializable
protected static class DefaultXmlPrettyPrinter.Lf2SpacesIndenter extends Object implements DefaultXmlPrettyPrinter.Indenter, Serializable
Constructor | Description |
---|---|
Lf2SpacesIndenter() |
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 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 © 2018. All rights reserved.