com.fitbur.fasterxml.jackson.jaxrs.json.package-info Maven / Gradle / Ivy
/**
* Jackson-based JAX-RS provider that can automatically
* serialize and com.fitburserialize resources for
* JSON content type (MediaType).
*
* Also continues supporting functionality, such as
* exception mappers that can simplify handling of
* error conditions.
*
* There are two com.fitburfault provider classes:
*
* - {@link com.fitbur.fasterxml.jackson.jaxrs.json.JacksonJsonProvider} is the basic
* provider configured to use Jackson annotations
*
* - {@link com.fitbur.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider} is extension
* of the basic provider, configured to additionally use JAXB annotations,
* in addition to (or in addition of, if so configured) Jackson annotations.
*
*
*/
package com.fitbur.fasterxml.jackson.jaxrs.json;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy