Uses of Package
org.codehaus.jackson.jaxrs
Packages that use org.codehaus.jackson.jaxrs
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
-
Classes in org.codehaus.jackson.jaxrs used by org.codehaus.jackson.jaxrsClassDescriptionEnumeration that defines standard annotation sets available for configuring data binding aspects.Basic implementation of JAX-RS abstractions (
MessageBodyReader
,MessageBodyWriter
) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).Helper class used to encapsulate details of configuring anObjectMapper
instance to be used for data binding, as well as accessing it.