public class SpincastXmlIndenter extends Object implements com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.Indenter
| Constructor and Description |
|---|
SpincastXmlIndenter(SpincastXmlManagerConfig spincastXmlManagerConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getIndentationSpaceNumber() |
protected String |
getNewlineChars() |
protected SpincastXmlManagerConfig |
getSpincastXmlManagerConfig() |
boolean |
isInline() |
void |
writeIndentation(com.fasterxml.jackson.core.JsonGenerator jg,
int level) |
void |
writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw,
int level) |
@Inject public SpincastXmlIndenter(SpincastXmlManagerConfig spincastXmlManagerConfig)
protected SpincastXmlManagerConfig getSpincastXmlManagerConfig()
public boolean isInline()
isInline in interface com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.Indenterpublic void writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw,
int level)
throws XMLStreamException
writeIndentation in interface com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.IndenterXMLStreamExceptionpublic void writeIndentation(com.fasterxml.jackson.core.JsonGenerator jg,
int level)
throws IOException,
com.fasterxml.jackson.core.JsonGenerationException
writeIndentation in interface com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.IndenterIOExceptioncom.fasterxml.jackson.core.JsonGenerationExceptionprotected int getIndentationSpaceNumber()
protected String getNewlineChars()
Copyright © 2019. All rights reserved.