Skip to content

JAX-RS MessageBodyReader and -Writer implementations for JSON using Jackson data binding

Notifications You must be signed in to change notification settings

eujern/jackson-jaxrs-json-provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This Jackson extension adds JSON reading/writing support for JAX-RS implementations like Jersey and RESTeasy. This is done by class JacksonJsonProvider implementing javax.ws.rs.ext.MessageBodyReader and javax.ws.rs.ext.MessageBodyWriter that JAX-RS defines for pluggable support for data formats. JacksonJsonProvider (and JacksonJaxbJsonProvider) can then be registered with JAX-RS container to make Jackson the standard JSON reader/writer provider.

Build Status

Status

Module is fully usable, but since it was refactored as part of Jackson 2.0 project, it depends on Jackson 2.0 API. For previous (1.x) versions, use "Codehaus version".

Maven dependency

To use this extension on Maven-based projects, use following dependency:

<dependency>
  <groupId>com.fasterxml.jackson.jaxrs</groupId>
  <artifactId>jackson-jaxrs-json-provider</artifactId>
  <version>2.1.1</version>
</dependency>

(or whatever version is most up-to-date at the moment)

Usage

(to be written)

Downloads, Documentation etc

Check out Wiki

About

JAX-RS MessageBodyReader and -Writer implementations for JSON using Jackson data binding

Resources

Stars

Watchers

Forks

Packages

No packages published