Uses of Class
com.fasterxml.jackson.jaxrs.xml.XMLEndpointConfig
-
Packages that use XMLEndpointConfig Package Description com.fasterxml.jackson.jaxrs.xml Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for XML content type (MediaType). -
-
Uses of XMLEndpointConfig in com.fasterxml.jackson.jaxrs.xml
Methods in com.fasterxml.jackson.jaxrs.xml that return XMLEndpointConfig Modifier and Type Method Description protected XMLEndpointConfig
JacksonXMLProvider. _configForReading(com.fasterxml.jackson.databind.ObjectReader reader, java.lang.annotation.Annotation[] annotations)
protected XMLEndpointConfig
JacksonXMLProvider. _configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer, java.lang.annotation.Annotation[] annotations)
static XMLEndpointConfig
XMLEndpointConfig. forReading(com.fasterxml.jackson.databind.ObjectReader reader, java.lang.annotation.Annotation[] annotations)
static XMLEndpointConfig
XMLEndpointConfig. forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, java.lang.annotation.Annotation[] annotations)
-