Package org.codehaus.jackson.jaxrs

Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType).

See:
          Description

Class Summary
JacksonJsonProvider Basic implementation of JAX-RS abstractions (MessageBodyReader, MessageBodyWriter) needed for binding JSON ("application/json") content to and from POJOs.
 

Package org.codehaus.jackson.jaxrs Description

Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType).