Uses of Class
com.fasterxml.jackson.jaxrs.json.JsonMapperConfigurator
Packages that use JsonMapperConfigurator
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
-
Uses of JsonMapperConfigurator in com.fasterxml.jackson.jaxrs.json
Subclasses with type arguments of type JsonMapperConfigurator in com.fasterxml.jackson.jaxrs.jsonModifier 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 anObjectMapperinstance to be used for data binding, as well as accessing it.