public final class CodegenCustomizationProcessorChain extends Object implements CodegenCustomizationProcessor
| Constructor and Description |
|---|
CodegenCustomizationProcessorChain(CodegenCustomizationProcessor... processors) |
| Modifier and Type | Method and Description |
|---|---|
void |
postprocess(IntermediateModel intermediateModel)
Apply the customization after the intermediate model is built
|
void |
preprocess(ServiceModel serviceModel)
Apply the customization by directly modifying the service model, before
the intermediate model is built.
|
public CodegenCustomizationProcessorChain(CodegenCustomizationProcessor... processors)
public void preprocess(ServiceModel serviceModel)
CodegenCustomizationProcessorpreprocess in interface CodegenCustomizationProcessorpublic void postprocess(IntermediateModel intermediateModel)
CodegenCustomizationProcessorpostprocess in interface CodegenCustomizationProcessorCopyright © 2018. All rights reserved.