Uses of Class
com.fasterxml.jackson.dataformat.xml.JacksonXmlModule

Packages that use JacksonXmlModule
com.fasterxml.jackson.dataformat.xml Package that contains XML-based backends which can serialize POJOs to and deserialize from XML, using Stax XML parsers and generators for XML processing and mostly standard Jackson data binding otherwise. 
 

Uses of JacksonXmlModule in com.fasterxml.jackson.dataformat.xml
 

Fields in com.fasterxml.jackson.dataformat.xml declared as JacksonXmlModule
protected  JacksonXmlModule XmlMapper._xmlModule
           
protected static JacksonXmlModule XmlMapper.DEFAULT_XML_MODULE
           
 

Constructors in com.fasterxml.jackson.dataformat.xml with parameters of type JacksonXmlModule
XmlMapper(JacksonXmlModule module)
           
XmlMapper(XmlFactory xmlFactory, JacksonXmlModule module)
           
 



Copyright © 2012 FasterXML. All Rights Reserved.