Package | Description |
---|---|
com.fasterxml.jackson.jaxrs.xml |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
XML content type (MediaType).
|
Modifier and Type | Method and Description |
---|---|
protected XMLEndpointConfig |
JacksonXMLProvider._configForReading(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper,
Annotation[] annotations) |
protected XMLEndpointConfig |
JacksonXMLProvider._configForWriting(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper,
Annotation[] annotations) |
static XMLEndpointConfig |
XMLEndpointConfig.forReading(com.fasterxml.jackson.databind.ObjectMapper mapper,
Annotation[] annotations) |
static XMLEndpointConfig |
XMLEndpointConfig.forWriting(com.fasterxml.jackson.databind.ObjectMapper mapper,
Annotation[] annotations) |
Copyright © 2012-2013 FasterXML. All Rights Reserved.