Skip navigation links
Red Hat JBoss Enterprise Application Platform 7.3.0.GA

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());
Skip navigation links
Red Hat JBoss Enterprise Application Platform 7.3.0.GA

Copyright © 2020 JBoss by Red Hat. All rights reserved.