Uses of Package
com.fasterxml.jackson.module.jakarta.xmlbind
-
Packages that use com.fasterxml.jackson.module.jakarta.xmlbind Package Description com.fasterxml.jackson.module.jakarta.xmlbind Package that contains support for using JAXB annotations for configuring Jackson data-binding aspects. -
Classes in com.fasterxml.jackson.module.jakarta.xmlbind used by com.fasterxml.jackson.module.jakarta.xmlbind Class Description JakartaXmlBindAnnotationIntrospector Annotation introspector that uses Jakarta Xml Bind annotations (nee "JAXB" Annotations") where applicable for jackson-databind to use.JakartaXmlBindAnnotationModule Module that can be registered to add support for JAXB annotations.JakartaXmlBindAnnotationModule.Priority Enumeration that defines how we use JAXB Annotations: either as "primary" annotations (before any other already configured introspector -- most likely default JacksonAnnotationIntrospector) or as "secondary" annotations (after any other already configured introspector(s)).