| Interface | Description | 
|---|---|
| DefaultXmlPrettyPrinter.Indenter | 
 Interface that defines objects that can produce indentation used
 to separate object entries and array values. 
 | 
| Class | Description | 
|---|---|
| AnnotationUtil | |
| DefaultXmlPrettyPrinter | 
 Indentation to use with XML is different from JSON, because JSON
 requires use of separator characters and XML just basic whitespace. 
 | 
| DefaultXmlPrettyPrinter.FixedSpaceIndenter | 
 This is a very simple indenter that only every adds a
 single space for indentation. 
 | 
| DefaultXmlPrettyPrinter.Lf2SpacesIndenter | 
 Default linefeed-based indenter uses system-specific linefeeds and
 2 spaces for indentation per level. 
 | 
| DefaultXmlPrettyPrinter.NopIndenter | 
 Dummy implementation that adds no indentation whatsoever 
 | 
| StaxUtil | |
| TypeUtil | |
| XmlInfo | 
 Helper container class used to contain XML specific information
 we need to retain to construct proper bean serializer 
 | 
| XmlRootNameLookup | 
 Helper class used for efficiently finding root element name used with
 XML serializations. 
 | 
Copyright © 2014-2015 FasterXML. All Rights Reserved.