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
Subclasses with type arguments of type XMLEndpointConfig in com.fasterxml.jackson.jaxrs.xmlModifier and TypeClassDescriptionclassBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).classContainer class for figuring out annotation-based configuration for JAX-RS end points.Methods in com.fasterxml.jackson.jaxrs.xml that return XMLEndpointConfigModifier and TypeMethodDescriptionprotected XMLEndpointConfigJacksonXMLProvider._configForReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations) protected XMLEndpointConfigJacksonXMLProvider._configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations) static XMLEndpointConfigXMLEndpointConfig.forReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations) static XMLEndpointConfigXMLEndpointConfig.forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations)