Uses of Class
com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
Packages that use JacksonJsonProvider
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
-
Uses of JacksonJsonProvider in com.fasterxml.jackson.jaxrs.json
Subclasses of JacksonJsonProvider in com.fasterxml.jackson.jaxrs.jsonModifier 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 JacksonJsonProvider 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).