Uses of Package
tools.jackson.dataformat.xml.ser
Packages that use tools.jackson.dataformat.xml.ser
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.
-
Classes in tools.jackson.dataformat.xml.ser used by tools.jackson.dataformat.xmlClassDescription
JsonGeneratorthat outputs JAXB-style XML output instead of JSON content. -
Classes in tools.jackson.dataformat.xml.ser used by tools.jackson.dataformat.xml.serClassDescriptionValue container to represent XML Document Type Declaration, to be written using
XmlGeneratorInitializer.Entity representing binding from prefix to namespace URI, used to determine prefix to use for given namespace URI (and dynamically adding necessary declarations)Base API for XML nodes -- Comments, DTDs, Processing Instructions -- to be written in Document Prolog (before actual XML Document (root node), after optional XML Declaration).Value container to represent an attribute to add to the root XML element being written, to be registered viaXmlGeneratorInitializer.addRootAttribute(QName, String)(or its String-name overload).JsonGeneratorthat outputs JAXB-style XML output instead of JSON content.Copy ofUnwrappingBeanSerializerrequired to extendXmlBeanSerializerBasefor XML-specific handling.Specific sub-class ofBeanSerializerBaseneeded to take care of some xml-specific aspects, such as distinction between attributes and elements.Immutable entity representing an XML Declaration to write (e.g.DefaultGeneratorInitializerimplementation to use withToXmlGenerator, registered viaObjectWriter.with(GeneratorInitializer).Common API for XML entities to write viaToXmlGenerator.