| Package | Description |
|---|---|
| com.amazonaws.codegen | |
| com.amazonaws.codegen.ant.task | |
| com.amazonaws.codegen.customization | |
| com.amazonaws.codegen.customization.processors |
| Constructor and Description |
|---|
IntermediateModelBuilder(CustomizationConfig customConfig,
BasicCodeGenConfig codeGenConfig,
ServiceModel service,
ServiceExamples examples) |
| Constructor and Description |
|---|
CodeGenerator(ServiceModel serviceModel,
ServiceExamples serviceExamples,
BasicCodeGenConfig codeGenConfig,
CustomizationConfig customConfig,
String outputDirectory,
String fileNamePrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodegenCustomizationProcessorChain.preprocess(ServiceModel serviceModel) |
void |
CodegenCustomizationProcessor.preprocess(ServiceModel serviceModel)
Apply the customization by directly modifying the service model, before
the intermediate model is built.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataModifiersProcessor.preprocess(ServiceModel serviceModel) |
void |
RenameShapesProcessor.preprocess(ServiceModel serviceModel)
Rename shapes for Member, Input, Output, ErrorMap, as well as the key for two maps:
serviceModel.shape() and shapeModifiers
|
void |
RemoveExceptionMessagePropertyProcessor.preprocess(ServiceModel serviceModel) |
void |
SendEmptyAutoConstructedListAsEmptyListProcessor.preprocess(ServiceModel serviceModel) |
Copyright © 2016. All rights reserved.