Uses of Interface
com.fasterxml.jackson.databind.AnnotationIntrospector.XmlExtensions
-
Packages that use AnnotationIntrospector.XmlExtensions Package Description com.fasterxml.jackson.module.jakarta.xmlbind Package that contains support for using JAXB annotations for configuring Jackson data-binding aspects. -
-
Uses of AnnotationIntrospector.XmlExtensions in com.fasterxml.jackson.module.jakarta.xmlbind
Classes in com.fasterxml.jackson.module.jakarta.xmlbind that implement AnnotationIntrospector.XmlExtensions Modifier and Type Class Description classJakartaXmlBindAnnotationIntrospectorAnnotation introspector that uses Jakarta Xml Bind annotations (nee "JAXB" Annotations") where applicable for jackson-databind to use.
-