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.databind.ObjectReader reader,
Annotation[] annotations) |
protected XMLEndpointConfig |
JacksonXMLProvider._configForReading(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper,
Annotation[] annotations)
Deprecated.
Since 2.3, use variant that takes explicit defaultView
|
protected XMLEndpointConfig |
JacksonXMLProvider._configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer,
Annotation[] annotations) |
protected XMLEndpointConfig |
JacksonXMLProvider._configForWriting(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper,
Annotation[] annotations)
Deprecated.
Since 2.3, use variant that takes explicit defaultView
|
static XMLEndpointConfig |
XMLEndpointConfig.forReading(com.fasterxml.jackson.databind.ObjectReader reader,
Annotation[] annotations) |
static XMLEndpointConfig |
XMLEndpointConfig.forWriting(com.fasterxml.jackson.databind.ObjectWriter writer,
Annotation[] annotations) |
Copyright © 2014 FasterXML. All rights reserved.