Qore Swagger Module Reference
2.0.6
|
This is the complete list of members for Swagger::OperationObject, including all inherited members.
body | Swagger::OperationObject | |
checkMissingParams(hash< UriQueryInfo > h, *hash< auto > headers, auto body, hash< string, AbstractParameterObject > parameters, *hash< string, AbstractParameterObject > child_params) | Swagger::OperationObject | private |
constructor(string path, string method, hash< auto > oh, SwaggerSchema swagger) | Swagger::OperationObject | |
Swagger::ObjectBase::constructor() | Swagger::ObjectBase | |
Swagger::ObjectBase::constructor(hash< auto > oh) | Swagger::ObjectBase | |
Swagger::ObjectBase::constructor(ObjectBase other) | Swagger::ObjectBase | |
consumes | Swagger::OperationObject | |
deprec | Swagger::OperationObject | |
desc | Swagger::OperationObject | |
doDefaultParams(reference< hash< UriQueryInfo >> h, reference< hash > headers, reference< auto > body, hash< string, AbstractParameterObject > parameters, *hash< string, AbstractParameterObject > child_params) | Swagger::OperationObject | private |
error(string err, string fmt) | Swagger::OperationObject | private |
externalDocs | Swagger::OperationObject | |
formData | Swagger::OperationObject | |
getExampleRequest(string method, string path, PathItemObject pio, SwaggerSchema swagger, reference rbody) | Swagger::OperationObject | |
getExampleResponse(string method, string path, int code, reference< auto > body) | Swagger::OperationObject | |
getQoreExampleRequest(string method, string path, PathItemObject pio, SwaggerSchema swagger) | Swagger::OperationObject | |
getQoreExampleResponse(string method, string path, int code) | Swagger::OperationObject | |
getRequestBody(PathItemObject pio, auto body, reference< hash< auto >> headers) | Swagger::OperationObject | |
getResponse(int code) | Swagger::OperationObject | private |
initialize(hash< auto > oh) | Swagger::ObjectBase | |
method | Swagger::OperationObject | |
operationId | Swagger::OperationObject | |
parameters() | Swagger::OperationObject | |
parseRequest(PathItemObject pio, reference< hash< UriQueryInfo >> h, reference< auto > body, reference< hash > headers) | Swagger::OperationObject | |
path | Swagger::OperationObject | |
produces | Swagger::OperationObject | |
responses | Swagger::OperationObject | |
schemes | Swagger::OperationObject | |
security | Swagger::OperationObject | |
summary | Swagger::OperationObject | |
tags | Swagger::OperationObject | |
validateRequest(bool serialize, PathItemObject pio, reference< hash< UriQueryInfo >> h, reference< auto > body, reference< hash > headers, *reference< hash< string, bool >> mime_types) | Swagger::OperationObject | |
validateResponse(string method, string path, PathItemObject pio, int code, reference< auto > response_body, reference< hash< string, bool >> mime_types) | Swagger::OperationObject | |
vendorExtensions | Swagger::ObjectBase |