public interface CodegenCustomizationProcessor
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.
|
void preprocess(ServiceModel serviceModel)
void postprocess(IntermediateModel intermediateModel)
Copyright © 2021. All rights reserved.