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 and Description |
---|---|
class |
JacksonXmlAnnotationIntrospector
Extension of
JacksonAnnotationIntrospector that is needed to support
additional xml-specific annotation that Jackson provides. |
static class |
XmlAnnotationIntrospector.Pair
Extension of
AnnotationIntrospector.Pair that can
also dispatch 'XmlAnnotationIntrospector' methods. |
Modifier and Type | Field and Description |
---|---|
protected XmlAnnotationIntrospector |
XmlAnnotationIntrospector.Pair._xmlPrimary |
protected XmlAnnotationIntrospector |
XmlAnnotationIntrospector.Pair._xmlSecondary |
Modifier and Type | Class and Description |
---|---|
class |
XmlJaxbAnnotationIntrospector
Alternative
AnnotationIntrospector
implementation that
builds on introspector from Jackson XC package that uses JAXB annotations,
not Jackson annotations. |
Copyright © 2012-2013 FasterXML. All Rights Reserved.