Uses of Class
net.coru.api.generator.plugin.openapi.model.OperationObject
-
Packages that use OperationObject Package Description net.coru.api.generator.plugin.openapi.model -
-
Uses of OperationObject in net.coru.api.generator.plugin.openapi.model
Methods in net.coru.api.generator.plugin.openapi.model with parameters of type OperationObject Modifier and Type Method Description PathObject.PathObjectBuilderPathObject.PathObjectBuilder. operationObject(OperationObject operationObject)Method parameters in net.coru.api.generator.plugin.openapi.model with type arguments of type OperationObject Modifier and Type Method Description PathObject.PathObjectBuilderPathObject.PathObjectBuilder. operationObjects(List<OperationObject> operationObjects)
-