public class RemoveExceptionMessagePropertyProcessor extends Object implements CodegenCustomizationProcessor
| Constructor and Description |
|---|
RemoveExceptionMessagePropertyProcessor() |
| 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 RemoveExceptionMessagePropertyProcessor()
public void preprocess(ServiceModel serviceModel)
CodegenCustomizationProcessorpreprocess in interface CodegenCustomizationProcessorpublic void postprocess(IntermediateModel intermediateModel)
CodegenCustomizationProcessorpostprocess in interface CodegenCustomizationProcessorCopyright © 2020. All rights reserved.