Class MetadataModifiersProcessor
java.lang.Object
software.amazon.awssdk.codegen.customization.processors.MetadataModifiersProcessor
- All Implemented Interfaces:
CodegenCustomizationProcessor
This processor handles preprocess modifications to service metadata and
postprocess modifications to intermediate model metadata.
-
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.
-
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
-