| Package | Description |
|---|---|
| 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.annotation |
Package that contains utility classes and methods for
the JAX-RS JSON provider module.
|
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.util.LRUMap<AnnotationBundleKey,EndpointConfig> |
JacksonJsonProvider._readers
Cache for resolved endpoint configurations when reading JSON data
|
protected com.fasterxml.jackson.databind.util.LRUMap<AnnotationBundleKey,EndpointConfig> |
JacksonJsonProvider._writers
Cache for resolved endpoint configurations when writing JSON data
|
| Modifier and Type | Method and Description |
|---|---|
protected EndpointConfig |
EndpointConfig.add(Annotation[] annotations,
boolean forWriting) |
static EndpointConfig |
EndpointConfig.forReading(com.fasterxml.jackson.databind.ObjectMapper mapper,
Annotation[] annotations) |
static EndpointConfig |
EndpointConfig.forWriting(com.fasterxml.jackson.databind.ObjectMapper mapper,
Annotation[] annotations,
String defaultJsonpMethod) |
protected EndpointConfig |
EndpointConfig.initReader(com.fasterxml.jackson.databind.ObjectMapper mapper) |
protected EndpointConfig |
EndpointConfig.initWriter(com.fasterxml.jackson.databind.ObjectMapper mapper) |
Copyright © 2012 FasterXML. All Rights Reserved.