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.XmlExtensionsAdditional extension interface used above and beyondAnnotationIntrospectorto handle XML-specific configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classXmlAnnotationIntrospector.PairExtension ofAnnotationIntrospector.Pairthat can also dispatch 'XmlAnnotationIntrospector' methods.
-