public class MetadataModifiersProcessor extends Object implements 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.
|
public void preprocess(ServiceModel serviceModel)
CodegenCustomizationProcessor
preprocess
in interface CodegenCustomizationProcessor
public void postprocess(IntermediateModel intermediateModel)
CodegenCustomizationProcessor
postprocess
in interface CodegenCustomizationProcessor
Copyright © 2020. All rights reserved.