Class JakartaXmlBindAnnotationModule

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.Versioned

    public class JakartaXmlBindAnnotationModule
    extends com.fasterxml.jackson.databind.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).