Uses of Class
com.fasterxml.jackson.jaxrs.cbor.JacksonCBORProvider
Packages that use JacksonCBORProvider
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 JacksonCBORProvider in com.fasterxml.jackson.jaxrs.cbor
Subclasses of JacksonCBORProvider in com.fasterxml.jackson.jaxrs.cborModifier 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 JacksonCBORProvider in com.fasterxml.jackson.jaxrs.cborModifier and TypeClassDescriptionclassBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding CBOR ("application/cbor") content to and from Java Objects ("POJO"s).