Skip navigation links

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

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

See: Description

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

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());
Skip navigation links

Copyright © 2022 FasterXML. All rights reserved.