| 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.util |
| 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 |
|---|---|
AnnotationBundleKey |
AnnotationBundleKey.immutableKey()
Method called to create a safe immutable copy of the key; used when
adding entry with this key -- lookups are ok without calling the method.
|
Copyright © 2012 FasterXML. All Rights Reserved.