public interface IntermediateModelShapeProcessor
IntermediateModelBuilder
to process the service model to add and
modify ShapeModels to the IntermediateModel
.Modifier and Type | Method and Description |
---|---|
Map<String,ShapeModel> |
process(Map<String,OperationModel> currentOperations,
Map<String,ShapeModel> currentShapes) |
Map<String,ShapeModel> process(Map<String,OperationModel> currentOperations, Map<String,ShapeModel> currentShapes)
currentOperations
- Current operations that have been added to the intermediate model.currentShapes
- Current shapes that have been added to the intermediate modelCopyright © 2022. All rights reserved.