org.codehaus.jackson.jaxrs.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 Show documentation
Show all versions of jackson-jaxrs Show documentation
Jax-RS provider for JSON content type, based on
Jackson JSON processor's data binding functionality.
/**
* Jackson-based JAX-RS provider that can automatically
* serialize and deserialize resources for
* JSON content type (MediaType).
*
* Also continues supporting functionality, such as
* exception mappers that can simplify handling of
* error conditions.
*/
package org.codehaus.jackson.jaxrs;