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