| Package | Description |
|---|---|
| com.amazonaws.codegen.customization | |
| com.amazonaws.codegen.customization.processors |
| Modifier and Type | Class and Description |
|---|---|
class |
CodegenCustomizationProcessorChain |
| Constructor and Description |
|---|
CodegenCustomizationProcessorChain(CodegenCustomizationProcessor... processors) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmitLegacyEnumSetterProcessor
CodegenCustomizationProcessor to identify which enum members should have a legacy setter overload emitted to the
model class. |
class |
MetadataModifiersProcessor
This processor handles preprocess modifications to service metadata and
postprocess modifications to intermediate model metadata.
|
class |
RemoveExceptionMessagePropertyProcessor
This processor removes the member *message* in the exception shapes from the
intermediate model.
|
class |
RenameShapesProcessor |
class |
SendEmptyAutoConstructedListAsEmptyListProcessor |
class |
SendEmptyNonAutoConstructedListAsEmptyListProcessor |
| Modifier and Type | Method and Description |
|---|---|
static CodegenCustomizationProcessor |
DefaultCustomizationProcessor.getProcessorFor(CustomizationConfig config) |
Copyright © 2020. All rights reserved.