![]() |
Qore Swagger Module Reference 2.2.3
|
This is the complete list of members for Swagger::OperationObject, including all inherited members.
addParameter(AbstractParameterObject p) | Swagger::ParameterGroup | |
addParameter(string key, AbstractParameterObject p) | Swagger::ParameterGroup | |
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::ParameterGroup::constructor(hash< auto > oh) | Swagger::ParameterGroup | |
Swagger::ObjectBase::constructor() | Swagger::ObjectBase | |
Swagger::ObjectBase::constructor(ObjectBase other) | Swagger::ObjectBase | |
consumes | Swagger::OperationObject | |
copy() | Qore::Serializable | |
deprec | Swagger::OperationObject | |
desc | Swagger::OperationObject | |
deserialize(InputStream stream, *int flags) | Qore::Serializable | static |
deserialize(binary bin, *int flags) | Qore::Serializable | static |
deserialize(string bin, *int flags) | Qore::Serializable | static |
deserialize(hash< SerializationInfo > data, *int flags) | Qore::Serializable | static |
deserializeMembers(hash< auto > members) | Qore::Serializable | private:internal |
deserializeToData(InputStream stream, *int flags) | Qore::Serializable | static |
deserializeToData(binary bin, *int flags) | Qore::Serializable | static |
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, *bool freeform) | Swagger::OperationObject | |
getResponse(int code) | Swagger::OperationObject | private |
initialize(hash< auto > oh) | Swagger::ObjectBase | |
method | Swagger::OperationObject | |
operationId | Swagger::OperationObject | |
parameters() | Swagger::ParameterGroup | |
parseRequest(PathItemObject pio, reference< hash< UriQueryInfo > > h, reference< auto > body, reference< hash > headers) | Swagger::OperationObject | |
path | Swagger::OperationObject | |
produces | Swagger::OperationObject | |
query_obj | Swagger::ParameterGroup | |
responses | Swagger::OperationObject | |
schemes | Swagger::OperationObject | |
security | Swagger::OperationObject | |
serialize(OutputStream stream, *int flags) | Qore::Serializable | |
serialize(*int flags) | Qore::Serializable | |
serialize(auto val, OutputStream stream, *int flags) | Qore::Serializable | static |
serialize(auto val, *int flags) | Qore::Serializable | static |
serializeMembers(*hash< auto > members) | Qore::Serializable | private:internal |
serializeToData(*int flags) | Qore::Serializable | |
serializeToData(auto val, *int flags) | Qore::Serializable | static |
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, *bool freeform) | 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 | |
vendorExtensions | Swagger::ObjectBase |