Uses of Class
com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Packages that use JacksonXMLProvider
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
XML content type (MediaType).
-
Uses of JacksonXMLProvider in com.fasterxml.jackson.jaxrs.xml
Subclasses of JacksonXMLProvider in com.fasterxml.jackson.jaxrs.xmlModifier and TypeClassDescriptionclassJSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).Subclasses with type arguments of type JacksonXMLProvider 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).