| Package | Description | 
|---|---|
| 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. 
 | 
| com.fasterxml.jackson.dataformat.xml.ser | 
| Modifier and Type | Method and Description | 
|---|---|
ToXmlGenerator | 
XmlFactory.createGenerator(File f,
               com.fasterxml.jackson.core.JsonEncoding enc)  | 
ToXmlGenerator | 
XmlFactory.createGenerator(OutputStream out)  | 
ToXmlGenerator | 
XmlFactory.createGenerator(OutputStream out,
               com.fasterxml.jackson.core.JsonEncoding enc)  | 
ToXmlGenerator | 
XmlFactory.createGenerator(Writer out)  | 
ToXmlGenerator | 
XmlFactory.createGenerator(XMLStreamWriter sw)
Factory method that wraps given  
XMLStreamWriter, usually to allow
 incremental serialization to compose large output by serializing a sequence
 of individual objects. | 
| Modifier and Type | Method and Description | 
|---|---|
protected ToXmlGenerator | 
XmlSerializerProvider._asXmlGenerator(com.fasterxml.jackson.core.JsonGenerator jgen)  | 
ToXmlGenerator | 
ToXmlGenerator.configure(ToXmlGenerator.Feature f,
         boolean state)  | 
ToXmlGenerator | 
ToXmlGenerator.disable(ToXmlGenerator.Feature f)  | 
ToXmlGenerator | 
ToXmlGenerator.enable(ToXmlGenerator.Feature f)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
XmlSerializerProvider._initWithRootName(ToXmlGenerator xgen,
                 QName rootName)  | 
protected void | 
XmlSerializerProvider._startRootArray(ToXmlGenerator xgen,
               QName rootName)  | 
Copyright © 2014-2015 FasterXML. All Rights Reserved.