public class RpcV2CborProtocolMetadataProvider extends BaseProtocolMetadataProvider
| Constructor and Description |
|---|
RpcV2CborProtocolMetadataProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionUnmarshallerImpl() |
String |
getProtocolFactoryImplFqcn() |
String |
getUnmarshallerClassSuffix() |
String |
getUnmarshallerContextClassName() |
boolean |
isRpcV2CborProtocol()
Default is false, subclasses can override to indicate they are Smithy RPC v2 CBOR protocols.
|
getBaseExceptionFqcn, getContentType, getRequestBaseFqcn, isCborProtocol, isIonProtocol, isJsonProtocol, isXmlProtocolpublic boolean isRpcV2CborProtocol()
BaseProtocolMetadataProviderisRpcV2CborProtocol in interface ProtocolMetadataProviderisRpcV2CborProtocol in class BaseProtocolMetadataProviderpublic String getUnmarshallerContextClassName()
public String getUnmarshallerClassSuffix()
public String getExceptionUnmarshallerImpl()
public String getProtocolFactoryImplFqcn()
Copyright © 2025. All rights reserved.