public class SpincastXmlIndenter extends Object implements com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.Indenter
| Constructor and Description |
|---|
SpincastXmlIndenter(ISpincastXmlManagerConfig spincastXmlManagerConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getIndentationSpaceNumber() |
protected String |
getNewlineChars() |
protected ISpincastXmlManagerConfig |
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(ISpincastXmlManagerConfig spincastXmlManagerConfig)
protected ISpincastXmlManagerConfig 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 © 2016. All rights reserved.