Class AwsCborProtocolFactory

java.lang.Object
software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
software.amazon.awssdk.protocols.cbor.AwsCborProtocolFactory

public final class AwsCborProtocolFactory extends BaseAwsJsonProtocolFactory
Protocol factory for AWS/CBOR protocols. Supports both JSON RPC and REST JSON versions of CBOR. Defaults to the CBOR wire format but can fallback to standard JSON if the SdkSystemSetting.CBOR_ENABLED is set to false.