Uses of Package
com.fasterxml.jackson.jaxrs.json

Packages that use com.fasterxml.jackson.jaxrs.json
com.fasterxml.jackson.jaxrs.json Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType). 
com.fasterxml.jackson.jaxrs.json.cfg   
 

Classes in com.fasterxml.jackson.jaxrs.json used by com.fasterxml.jackson.jaxrs.json
Annotations
          Enumeration that defines standard annotation sets available for configuring data binding aspects.
JacksonJsonProvider
          Basic implementation of JAX-RS abstractions (MessageBodyReader, MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).
 

Classes in com.fasterxml.jackson.jaxrs.json used by com.fasterxml.jackson.jaxrs.json.cfg
Annotations
          Enumeration that defines standard annotation sets available for configuring data binding aspects.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.