Uses of Class
com.fasterxml.jackson.jaxrs.cbor.CBOREndpointConfig
Packages that use CBOREndpointConfig
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 CBOREndpointConfig in com.fasterxml.jackson.jaxrs.cbor
Subclasses with type arguments of type CBOREndpointConfig in com.fasterxml.jackson.jaxrs.cborModifier and TypeClassDescriptionclassContainer class for figuring out annotation-based configuration for JAX-RS end points.classBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding CBOR ("application/cbor") content to and from Java Objects ("POJO"s).Methods in com.fasterxml.jackson.jaxrs.cbor that return CBOREndpointConfigModifier and TypeMethodDescriptionprotected CBOREndpointConfigJacksonCBORProvider._configForReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations) protected CBOREndpointConfigJacksonCBORProvider._configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations) static CBOREndpointConfigCBOREndpointConfig.forReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations) static CBOREndpointConfigCBOREndpointConfig.forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations)