Class JakartaXmlBindAnnotationModule

java.lang.Object
com.fasterxml.jackson.databind.Module
com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule
All Implemented Interfaces:
Versioned

public class JakartaXmlBindAnnotationModule extends Module
Module that can be registered to add support for JAXB annotations. It does basically equivalent of
   objectMapper.setAnnotationIntrospector(...);
with combination of JakartaXmlBindAnnotationIntrospector and existing default introspector(s) (if any), depending on configuration (by default, JAXB annotations are used as JakartaXmlBindAnnotationModule.Priority.PRIMARY annotations).