Uses of Class
com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
Packages that use JacksonJsonProvider Package Description com.fasterxml.jackson.jaxrs.json 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.json Modifier and Type Class Description classJacksonJaxbJsonProviderJSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).
-