Package | Description |
---|---|
com.fasterxml.jackson.jaxrs.base | |
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.smile | |
com.fasterxml.jackson.jaxrs.xml |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
XML content type (MediaType).
|
Class and Description |
---|
ProviderBase |
Class and Description |
---|
JsonMappingExceptionMapper
Implementation if
ExceptionMapper to send down a "400 Bad Request"
response in the event that unmappable JSON is received. |
JsonParseExceptionMapper
Implementation of
ExceptionMapper to send down a "400 Bad Request"
in the event unparsable JSON is received. |
ProviderBase |
Class and Description |
---|
ProviderBase |
Class and Description |
---|
ProviderBase |
Copyright © 2012–2013 FasterXML. All rights reserved.