public static interface DefaultXmlPrettyPrinter.Indenter
| 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)  | 
void writeIndentation(com.fasterxml.jackson.core.JsonGenerator jg,
                    int level)
                      throws IOException,
                             com.fasterxml.jackson.core.JsonGenerationException
IOExceptioncom.fasterxml.jackson.core.JsonGenerationExceptionvoid writeIndentation(org.codehaus.stax2.XMLStreamWriter2 sw,
                    int level)
                      throws XMLStreamException
XMLStreamExceptionboolean isInline()
Copyright © 2014-2015 FasterXML. All Rights Reserved.