class SdkStructuredCborFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static com.fasterxml.jackson.core.JsonFactory |
CBOR_FACTORY |
private static java.util.Map<java.lang.Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> |
CBOR_SCALAR_UNMARSHALLERS
cbor unmarshallers for scalar types.
|
private static java.lang.String |
CONTENT_TYPE_CBOR_PREFIX |
static SdkStructuredJsonFactory |
SDK_CBOR_FACTORY |
Constructor and Description |
---|
SdkStructuredCborFactory() |
private static final com.fasterxml.jackson.core.JsonFactory CBOR_FACTORY
private static final java.lang.String CONTENT_TYPE_CBOR_PREFIX
private static final java.util.Map<java.lang.Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> CBOR_SCALAR_UNMARSHALLERS
public static final SdkStructuredJsonFactory SDK_CBOR_FACTORY