Package com.fasterxml.jackson.module.jaxb

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

See: Description

Package com.fasterxml.jackson.module.jaxb Description

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

Usage is by registering JaxbAnnotationModule:

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

Copyright © 2016 FasterXML. All rights reserved.