Uses of Class
com.fasterxml.jackson.jaxrs.smile.JacksonSmileProvider
Packages that use JacksonSmileProvider
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
Smile content type.
-
Uses of JacksonSmileProvider in com.fasterxml.jackson.jaxrs.smile
Subclasses of JacksonSmileProvider in com.fasterxml.jackson.jaxrs.smileModifier 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 JacksonSmileProvider in com.fasterxml.jackson.jaxrs.smileModifier and TypeClassDescriptionclassBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding Smile ("application/x-jackson-smile") content to and from Java Objects ("POJO"s).