Uses of Class
com.fasterxml.jackson.jaxrs.cbor.CBORMapperConfigurator
Packages that use CBORMapperConfigurator
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
Compact Binary Object Representation (CBOR) content type (MediaType).
-
Uses of CBORMapperConfigurator in com.fasterxml.jackson.jaxrs.cbor
Subclasses with type arguments of type CBORMapperConfigurator in com.fasterxml.jackson.jaxrs.cborModifier and TypeClassDescriptionclassHelper class used to encapsulate details of configuring anObjectMapperinstance to be used for data binding, as well as accessing it.classBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding CBOR ("application/cbor") content to and from Java Objects ("POJO"s).