Uses of Class
com.fasterxml.jackson.jaxrs.xml.XMLEndpointConfig
Packages that use XMLEndpointConfig
Package
Description
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 XMLEndpointConfigModifier and TypeMethodDescriptionprotected XMLEndpointConfig
JacksonXMLProvider._configForReading
(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations) protected XMLEndpointConfig
JacksonXMLProvider._configForWriting
(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations) static XMLEndpointConfig
XMLEndpointConfig.forReading
(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations) static XMLEndpointConfig
XMLEndpointConfig.forWriting
(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations)