Uses of Class
net.coru.api.generator.plugin.openapi.model.ResponseObject
-
Packages that use ResponseObject Package Description net.coru.api.generator.plugin.openapi.model -
-
Uses of ResponseObject in net.coru.api.generator.plugin.openapi.model
Methods in net.coru.api.generator.plugin.openapi.model with parameters of type ResponseObject Modifier and Type Method Description OperationObject.OperationObjectBuilderOperationObject.OperationObjectBuilder. responseObject(ResponseObject responseObject)Method parameters in net.coru.api.generator.plugin.openapi.model with type arguments of type ResponseObject Modifier and Type Method Description OperationObject.OperationObjectBuilderOperationObject.OperationObjectBuilder. responseObjects(List<ResponseObject> responseObjects)
-