Uses of Class
com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
Packages that use ToXmlGenerator
Package
Description
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 ToXmlGenerator in com.fasterxml.jackson.dataformat.xml
Methods in com.fasterxml.jackson.dataformat.xml that return ToXmlGeneratorModifier and TypeMethodDescriptionXmlFactory.createGenerator
(File f, com.fasterxml.jackson.core.JsonEncoding enc) XmlFactory.createGenerator
(OutputStream out) XmlFactory.createGenerator
(OutputStream out, com.fasterxml.jackson.core.JsonEncoding enc) XmlFactory.createGenerator
(Writer out) XmlFactory.createGenerator
(XMLStreamWriter sw) Factory method that wraps givenXMLStreamWriter
, usually to allow incremental serialization to compose large output by serializing a sequence of individual objects.XmlMapper.createGenerator
(XMLStreamWriter w) Overloaded variant that allows constructingToXmlGenerator
for given StaxXMLStreamWriter
. -
Uses of ToXmlGenerator in com.fasterxml.jackson.dataformat.xml.ser
Methods in com.fasterxml.jackson.dataformat.xml.ser that return ToXmlGeneratorModifier and TypeMethodDescriptionprotected ToXmlGenerator
XmlSerializerProvider._asXmlGenerator
(com.fasterxml.jackson.core.JsonGenerator gen) ToXmlGenerator.configure
(ToXmlGenerator.Feature f, boolean state) ToXmlGenerator.disable
(ToXmlGenerator.Feature f) ToXmlGenerator.enable
(ToXmlGenerator.Feature f) Methods in com.fasterxml.jackson.dataformat.xml.ser with parameters of type ToXmlGeneratorModifier and TypeMethodDescriptionprotected void
XmlSerializerProvider._initWithRootName
(ToXmlGenerator xgen, QName rootName) protected void
XmlSerializerProvider._serializeUnwrappedObjectNode
(ToXmlGenerator xgen, Object value, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) protected boolean
XmlSerializerProvider._shouldUnwrapObjectNode
(ToXmlGenerator xgen, Object value) protected void
XmlSerializerProvider._startRootArray
(ToXmlGenerator xgen, QName rootName)