Uses of Class
com.fasterxml.jackson.jaxrs.xml.XMLMapperConfigurator
Packages that use XMLMapperConfigurator
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
XML content type (MediaType).
-
Uses of XMLMapperConfigurator in com.fasterxml.jackson.jaxrs.xml
Subclasses with type arguments of type XMLMapperConfigurator 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).classHelper class used to encapsulate details of configuring anXmlMapperinstance to be used for data binding, as well as accessing it.