Uses of Interface
com.fasterxml.jackson.dataformat.xml.XmlPrettyPrinter

Packages that use XmlPrettyPrinter
com.fasterxml.jackson.dataformat.xml.ser   
com.fasterxml.jackson.dataformat.xml.util   
 

Uses of XmlPrettyPrinter in com.fasterxml.jackson.dataformat.xml.ser
 

Fields in com.fasterxml.jackson.dataformat.xml.ser declared as XmlPrettyPrinter
protected  XmlPrettyPrinter ToXmlGenerator._xmlPrettyPrinter
          We may need to use XML-specific indentation as well
 

Uses of XmlPrettyPrinter in com.fasterxml.jackson.dataformat.xml.util
 

Classes in com.fasterxml.jackson.dataformat.xml.util that implement XmlPrettyPrinter
 class DefaultXmlPrettyPrinter
          Indentation to use with XML is different from JSON, because JSON requires use of separator characters and XML just basic whitespace.
 



Copyright © 2012 FasterXML. All Rights Reserved.