protected static class DefaultXmlPrettyPrinter.FixedSpaceIndenter extends Object implements DefaultXmlPrettyPrinter.Indenter
| Constructor and Description | 
|---|
DefaultXmlPrettyPrinter.FixedSpaceIndenter()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isInline()  | 
void | 
writeIndentation(com.fasterxml.jackson.core.JsonGenerator jg,
                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 jg,
                    int level)
                      throws IOException,
                             com.fasterxml.jackson.core.JsonGenerationException
writeIndentation in interface DefaultXmlPrettyPrinter.IndenterIOExceptioncom.fasterxml.jackson.core.JsonGenerationExceptionpublic boolean isInline()
isInline in interface DefaultXmlPrettyPrinter.IndenterCopyright © 2014-2015 FasterXML. All Rights Reserved.