Interface XmlAnnotationIntrospector
-
- All Superinterfaces:
com.fasterxml.jackson.databind.AnnotationIntrospector.XmlExtensions
- All Known Implementing Classes:
JacksonXmlAnnotationIntrospector
,XmlAnnotationIntrospector.Pair
,XmlJaxbAnnotationIntrospector
public interface XmlAnnotationIntrospector extends com.fasterxml.jackson.databind.AnnotationIntrospector.XmlExtensions
Additional extension interface used above and beyondAnnotationIntrospector
to handle XML-specific configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
XmlAnnotationIntrospector.Pair
Extension ofAnnotationIntrospector.Pair
that can also dispatch 'XmlAnnotationIntrospector' methods.
-