Uses of Class
com.fasterxml.jackson.jaxrs.cbor.CBOREndpointConfig
-
Packages that use CBOREndpointConfig Package Description com.fasterxml.jackson.jaxrs.cbor 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
Methods in com.fasterxml.jackson.jaxrs.cbor that return CBOREndpointConfig Modifier and Type Method Description protected CBOREndpointConfigJacksonCBORProvider. _configForReading(com.fasterxml.jackson.databind.ObjectReader reader, java.lang.annotation.Annotation[] annotations)protected CBOREndpointConfigJacksonCBORProvider. _configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer, java.lang.annotation.Annotation[] annotations)static CBOREndpointConfigCBOREndpointConfig. forReading(com.fasterxml.jackson.databind.ObjectReader reader, java.lang.annotation.Annotation[] annotations)static CBOREndpointConfigCBOREndpointConfig. forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, java.lang.annotation.Annotation[] annotations)
-