| 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.annotation |
Package that contains utility classes and methods for
the JAX-RS XML provider module.
|
| 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 |
|---|---|
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) |
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.