| Package | Description |
|---|---|
| com.fasterxml.jackson.jaxrs.xml |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
XML content type (MediaType).
|
| com.fasterxml.jackson.jaxrs.xml.util |
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.util.LRUMap<AnnotationBundleKey,EndpointConfig> |
JacksonXMLProvider._readers
Cache for resolved endpoint configurations when reading XML
|
protected com.fasterxml.jackson.databind.util.LRUMap<AnnotationBundleKey,EndpointConfig> |
JacksonXMLProvider._writers
Cache for resolved endpoint configurations when writing XML
|
| 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.