com.fasterxml.jackson.jaxrs.annotation.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-jaxrs-base Show documentation
Show all versions of jackson-jaxrs-base Show documentation
Pile of code that is shared by all Jackson-based JAX-RS
providers.
/**
* Package that contains annotations applicable to all content types.
* Currently defined are:
*
* - {@link com.fasterxml.jackson.jaxrs.annotation.JacksonFeatures} allows
* enabling and/or disabling {@link com.fasterxml.jackson.databind.DeserializationFeature}s
* and {@link com.fasterxml.jackson.databind.SerializationFeature}s for individual
* endpoints.
*
*
*/
package com.fasterxml.jackson.jaxrs.annotation;