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.jaxb |
Modifier and Type | Class | Description |
---|---|---|
class |
JacksonXmlAnnotationIntrospector |
Extension of
JacksonAnnotationIntrospector that is needed to support
additional xml-specific annotation that Jackson provides. |
static class |
XmlAnnotationIntrospector.JaxbWrapper |
Wrapper we need to adapt
JaxbAnnotationIntrospector as
XmlAnnotationIntrospector : something we can not (alas!)
do in JAXB module because of dependency direction (JAXB module
has no knowledge of this module). |
static class |
XmlAnnotationIntrospector.Pair |
Extension of
AnnotationIntrospector.Pair that can
also dispatch 'XmlAnnotationIntrospector' methods. |
Modifier and Type | Field | Description |
---|---|---|
protected XmlAnnotationIntrospector |
XmlAnnotationIntrospector.Pair._xmlPrimary |
|
protected XmlAnnotationIntrospector |
XmlAnnotationIntrospector.Pair._xmlSecondary |
Modifier and Type | Class | Description |
---|---|---|
class |
XmlJaxbAnnotationIntrospector |
Alternative
AnnotationIntrospector
implementation that
builds on JaxbAnnotationIntrospector . |
Copyright © 2018. All rights reserved.