Package com.fasterxml.jackson.module.jakarta.xmlbind

Package that contains support for using JAXB annotations for configuring Jackson data-binding aspects.

Usage is by registering com.fasterxml.jackson.module.JakartaXmlBindAnnotationModule.JaxbAnnotationModule:

  ObjectMapper mapper = new ObjectMapper();
  mapper.registerModule(new JaxbAnnotationModule());