Uses of Class
com.fasterxml.jackson.jakarta.rs.cbor.CBOREndpointConfig
-
Packages that use CBOREndpointConfig Package Description com.fasterxml.jackson.jakarta.rs.cbor Jackson-based Jakarta-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.jakarta.rs.cbor
Methods in com.fasterxml.jackson.jakarta.rs.cbor that return CBOREndpointConfig Modifier and Type Method Description protected CBOREndpointConfig
JacksonCBORProvider. _configForReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations)
protected CBOREndpointConfig
JacksonCBORProvider. _configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations)
static CBOREndpointConfig
CBOREndpointConfig. forReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations)
static CBOREndpointConfig
CBOREndpointConfig. forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations)
-