public class RenameShapesProcessor extends Object implements CodegenCustomizationProcessor
Constructor and Description |
---|
RenameShapesProcessor(Map<String,String> renameShapes) |
Modifier and Type | Method and Description |
---|---|
void |
postprocess(IntermediateModel intermediateModel)
Apply the customization after the intermediate model is built
|
void |
preprocess(ServiceModel serviceModel)
Rename shapes for Member, Input, Output, ErrorMap, as well as the key for two maps:
serviceModel.shape() and shapeModifiers
|
public void preprocess(ServiceModel serviceModel)
preprocess
in interface CodegenCustomizationProcessor
public void postprocess(IntermediateModel intermediateModel)
CodegenCustomizationProcessor
postprocess
in interface CodegenCustomizationProcessor
Copyright © 2018. All rights reserved.