Uses of Package
com.fasterxml.jackson.dataformat.xml
Packages that use com.fasterxml.jackson.dataformat.xml
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 com.fasterxml.jackson.dataformat.xml used by com.fasterxml.jackson.dataformat.xmlClassDescriptionModule that implements most functionality needed to support producing and consuming XML instead of JSON, used by
XmlMapper
for registering handlers for XML-specific processing.Additional extension interface used above and beyondAnnotationIntrospector
to handle XML-specific configuration.Extension ofAnnotationIntrospector.Pair
that can also dispatch 'XmlAnnotationIntrospector' methods.Factory used for constructingFromXmlParser
andToXmlGenerator
instances.TSFBuilder
implementation for constructingXmlFactory
instances.CustomizedObjectMapper
that will read and write XML instead of JSON, using XML-backedJsonFactory
implementation (XmlFactory
).Builder implementation for constructingXmlMapper
instances.API of processors primarily used for dealing with XML names containing invalid characters.Representation of an XML element or attribute name -
Classes in com.fasterxml.jackson.dataformat.xml used by com.fasterxml.jackson.dataformat.xml.deserClassDescriptionAPI of processors primarily used for dealing with XML names containing invalid characters.Representation of an XML element or attribute name
-
Classes in com.fasterxml.jackson.dataformat.xml used by com.fasterxml.jackson.dataformat.xml.jaxbClassDescriptionAdditional extension interface used above and beyond
AnnotationIntrospector
to handle XML-specific configuration. -
Classes in com.fasterxml.jackson.dataformat.xml used by com.fasterxml.jackson.dataformat.xml.serClassDescriptionAPI of processors primarily used for dealing with XML names containing invalid characters.Representation of an XML element or attribute nameThere are some XML-specific quirks that need extra TLC when indenting: so we will use a refinement of general purpose one.
-
Classes in com.fasterxml.jackson.dataformat.xml used by com.fasterxml.jackson.dataformat.xml.utilClassDescriptionThere are some XML-specific quirks that need extra TLC when indenting: so we will use a refinement of general purpose one.