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.createJsonGenerator(File f,
com.fasterxml.jackson.core.JsonEncoding enc) |
ToXmlGenerator |
XmlFactory.createJsonGenerator(OutputStream out,
com.fasterxml.jackson.core.JsonEncoding enc)
note: co-variant return type
|
ToXmlGenerator |
XmlFactory.createJsonGenerator(Writer out) |
Modifier and Type | Method and Description |
---|---|
ToXmlGenerator |
ToXmlGenerator.configure(ToXmlGenerator.Feature f,
boolean state) |
ToXmlGenerator |
ToXmlGenerator.disable(ToXmlGenerator.Feature f) |
ToXmlGenerator |
ToXmlGenerator.enable(ToXmlGenerator.Feature f) |
Copyright © 2012-2013 FasterXML. All Rights Reserved.