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.deser | |
com.fasterxml.jackson.dataformat.xml.jaxb | |
com.fasterxml.jackson.dataformat.xml.ser | |
com.fasterxml.jackson.dataformat.xml.util |
Class and Description |
---|
JacksonXmlModule
Module that implements most functionality needed to support producing and
consuming XML instead of JSON, used by
XmlMapper for registering
handlers for XML-specific processing. |
XmlAnnotationIntrospector
Additional extension interface used above and beyond
AnnotationIntrospector to handle XML-specific configuration. |
XmlAnnotationIntrospector.Pair
Extension of
AnnotationIntrospector.Pair that can
also dispatch 'XmlAnnotationIntrospector' methods. |
XmlFactory
Factory used for constructing
FromXmlParser and ToXmlGenerator
instances. |
XmlFactoryBuilder
TSFBuilder implementation
for constructing XmlFactory instances. |
XmlMapper
Customized
ObjectMapper that will read and write XML instead of JSON,
using XML-backed JsonFactory
implementation (XmlFactory ). |
XmlMapper.Builder
Builder implementation for constructing
XmlMapper instances. |
XmlNameProcessor
API of processors primarily used for dealing with XML names
containing invalid characters.
|
XmlNameProcessor.XmlName
Representation of an XML element or attribute name
|
Class and Description |
---|
XmlNameProcessor
API of processors primarily used for dealing with XML names
containing invalid characters.
|
XmlNameProcessor.XmlName
Representation of an XML element or attribute name
|
Class and Description |
---|
XmlAnnotationIntrospector
Additional extension interface used above and beyond
AnnotationIntrospector to handle XML-specific configuration. |
Class and Description |
---|
XmlNameProcessor
API of processors primarily used for dealing with XML names
containing invalid characters.
|
XmlNameProcessor.XmlName
Representation of an XML element or attribute name
|
XmlPrettyPrinter
There are some XML-specific quirks that need extra TLC when
indenting: so we will use a refinement of general purpose one.
|
Class and Description |
---|
XmlPrettyPrinter
There are some XML-specific quirks that need extra TLC when
indenting: so we will use a refinement of general purpose one.
|
Copyright © 2022 FasterXML. All rights reserved.