com.fasterxml.jackson.module.jaxb.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-all Show documentation
Show all versions of swagger-all Show documentation
swagger-all is a rebundled verison of Swagger as one OSGi bundle.
The newest version!
/**
* Package that contains support for using JAXB annotations for
* configuring Jackson data-binding aspects.
*
* Usage is by registering {@link com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule}:
*
* ObjectMapper mapper = new ObjectMapper();
* mapper.registerModule(new JaxbAnnotationModule());
*
*/
package com.fasterxml.jackson.module.jaxb;