Qore Swagger Module Reference 2.2.1
Loading...
Searching...
No Matches
Swagger::OperationObject Member List

This is the complete list of members for Swagger::OperationObject, including all inherited members.

bodySwagger::OperationObject
checkMissingParams(hash< UriQueryInfo > h, *hash< auto > headers, auto body, hash< string, AbstractParameterObject > parameters, *hash< string, AbstractParameterObject > child_params)Swagger::OperationObjectprivate
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
consumesSwagger::OperationObject
deprecSwagger::OperationObject
descSwagger::OperationObject
doDefaultParams(reference< hash< UriQueryInfo > > h, reference< hash > headers, reference< auto > body, hash< string, AbstractParameterObject > parameters, *hash< string, AbstractParameterObject > child_params)Swagger::OperationObjectprivate
error(string err, string fmt)Swagger::OperationObjectprivate
externalDocsSwagger::OperationObject
formDataSwagger::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::OperationObjectprivate
initialize(hash< auto > oh)Swagger::ObjectBase
methodSwagger::OperationObject
operationIdSwagger::OperationObject
parameters()Swagger::OperationObject
parseRequest(PathItemObject pio, reference< hash< UriQueryInfo > > h, reference< auto > body, reference< hash > headers)Swagger::OperationObject
pathSwagger::OperationObject
producesSwagger::OperationObject
responsesSwagger::OperationObject
schemesSwagger::OperationObject
securitySwagger::OperationObject
summarySwagger::OperationObject
tagsSwagger::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 http_code, reference< auto > response_body, reference< hash< string, bool > > mime_types, bool deserialize=True)Swagger::OperationObject
vendorExtensionsSwagger::ObjectBase