protected static class DefaultXmlPrettyPrinter.FixedSpaceIndenter extends Object implements DefaultXmlPrettyPrinter.Indenter, Serializable
| Constructor and Description | 
|---|
DefaultXmlPrettyPrinter.FixedSpaceIndenter()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isInline()  | 
void | 
writeIndentation(com.fasterxml.jackson.core.JsonGenerator g,
                int level)  | 
void | 
writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw,
                int level)  | 
public DefaultXmlPrettyPrinter.FixedSpaceIndenter()
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 © 2016 FasterXML. All rights reserved.