Class RenameShapesProcessor
java.lang.Object
software.amazon.awssdk.codegen.customization.processors.RenameShapesProcessor
- All Implemented Interfaces:
CodegenCustomizationProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postprocess
(IntermediateModel intermediateModel) Apply the customization after the intermediate model is builtvoid
preprocess
(ServiceModel serviceModel) Rename shapes for Member, Input, Output, ErrorMap, as well as the key for two maps: serviceModel.shape() and shapeModifiers
-
Constructor Details
-
RenameShapesProcessor
-
-
Method Details
-
preprocess
Rename shapes for Member, Input, Output, ErrorMap, as well as the key for two maps: serviceModel.shape() and shapeModifiers- 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
-