Class SmithyRpcV2CborProtocolProcessor
java.lang.Object
software.amazon.awssdk.codegen.customization.processors.SmithyRpcV2CborProtocolProcessor
- All Implemented Interfaces:
CodegenCustomizationProcessor
public class SmithyRpcV2CborProtocolProcessor
extends Object
implements CodegenCustomizationProcessor
This processor only runs for services using the
smithy-rpc-v2-cbor
protocol.
Sets a request URI that conforms to the Smithy RPC v2 protocol to each operation in the model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postprocess
(IntermediateModel intermediateModel) Apply the customization after the intermediate model is builtvoid
preprocess
(ServiceModel serviceModel) Apply the customization by directly modifying the service model, before the intermediate model is built.
-
Constructor Details
-
SmithyRpcV2CborProtocolProcessor
public SmithyRpcV2CborProtocolProcessor()
-
-
Method Details
-
preprocess
Description copied from interface:CodegenCustomizationProcessor
Apply the customization by directly modifying the service model, before the intermediate model is built.- Specified by:
preprocess
in interfaceCodegenCustomizationProcessor
-
postprocess
Description copied from interface:CodegenCustomizationProcessor
Apply the customization after the intermediate model is built- Specified by:
postprocess
in interfaceCodegenCustomizationProcessor
-