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 XMLEndpointConfigJacksonXMLProvider. _configForReading(com.fasterxml.jackson.databind.ObjectReader reader, java.lang.annotation.Annotation[] annotations)protected XMLEndpointConfigJacksonXMLProvider. _configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer, java.lang.annotation.Annotation[] annotations)static XMLEndpointConfigXMLEndpointConfig. forReading(com.fasterxml.jackson.databind.ObjectReader reader, java.lang.annotation.Annotation[] annotations)static XMLEndpointConfigXMLEndpointConfig. forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, java.lang.annotation.Annotation[] annotations)
-