Class MetadataModifiersProcessor
- java.lang.Object
- 
- software.amazon.awssdk.codegen.customization.processors.MetadataModifiersProcessor
 
- 
- All Implemented Interfaces:
- CodegenCustomizationProcessor
 
 public class MetadataModifiersProcessor extends Object implements CodegenCustomizationProcessor This processor handles preprocess modifications to service metadata and postprocess modifications to intermediate model metadata.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostprocess(IntermediateModel intermediateModel)Apply the customization after the intermediate model is builtvoidpreprocess(ServiceModel serviceModel)Apply the customization by directly modifying the service model, before the intermediate model is built.
 
- 
- 
- 
Method Detail- 
preprocesspublic void preprocess(ServiceModel serviceModel) Description copied from interface:CodegenCustomizationProcessorApply the customization by directly modifying the service model, before the intermediate model is built.- Specified by:
- preprocessin interface- CodegenCustomizationProcessor
 
 - 
postprocesspublic void postprocess(IntermediateModel intermediateModel) Description copied from interface:CodegenCustomizationProcessorApply the customization after the intermediate model is built- Specified by:
- postprocessin interface- CodegenCustomizationProcessor
 
 
- 
 
-