| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| XmlAnnotationIntrospector | Additional extension interface used above and beyond AnnotationIntrospectorto handle XML-specific configuration. | 
| XmlPrettyPrinter | There are some XML-specific quirks that need extra TLC when indenting: so we will use a refinement of general purpose one. | 
| Class Summary | |
|---|---|
| JacksonXmlAnnotationIntrospector | Extension of JacksonAnnotationIntrospectorthat is needed to support
 additional xml-specific annotation that Jackson provides. | 
| JacksonXmlModule | Module that implements most functionality needed to support producing and consuming XML instead of JSON. | 
| XmlAnnotationIntrospector.Pair | Extension of AnnotationIntrospector.Pairthat can
 also dispatch 'XmlAnnotationIntrospector' methods. | 
| XmlFactory | Factory used for constructing FromXmlParserandToXmlGeneratorinstances. | 
| XmlMapper | Customized ObjectMapperthat will read and write XML instead of JSON,
 using XML-backedJsonFactoryimplementation (XmlFactory). | 
| XmlTypeResolverBuilder | Custom specialization of StdTypeResolverBuilder; needed so that
 type id property name can be modified as necessary to make it legal
 XML element or attribute name. | 
| XmlTypeResolverBuilder.XmlClassNameIdResolver | |
| XmlTypeResolverBuilder.XmlMinimalClassNameIdResolver | |
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.
| 
 | |||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||