Qore Swagger Module Reference  1.1.0
Swagger::SwaggerSchema Member List

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

basePathSwagger::SwaggerSchema
checkRequestContentTypeHeader(reference< hash< RestRequestClientInfo >> req, auto body, *hash headers)Swagger::SwaggerSchemaprivate
checkResponseContentTypeHeader(reference< hash< HttpResponseInfo >> resp, auto body, *hash headers)Swagger::SwaggerSchemaprivate
checkResponseTextPlain(reference< hash< HttpResponseInfo >> resp, auto body, hash< string, bool > mime_types, *list content_types)Swagger::SwaggerSchemaprivate
compact_serializationSwagger::SwaggerSchemaprotected
constructor(hash oh, *hash opts)Swagger::SwaggerSchema
Swagger::ObjectBase::constructor()Swagger::ObjectBase
Swagger::ObjectBase::constructor(hash oh)Swagger::ObjectBase
Swagger::ObjectBase::constructor(ObjectBase other)Swagger::ObjectBase
consumesSwagger::SwaggerSchema
def_pathSwagger::SwaggerSchemaprotected
definitions()Swagger::SwaggerSchema
externalDocsSwagger::SwaggerSchema
getBasePathImpl()Swagger::SwaggerSchemaprotected
getExampleRequestImpl(string method, string path, *softlist< string > content_types)Swagger::SwaggerSchemaprotected
getExampleResponseImpl(string method, string path, int code, *softlist< string > content_types)Swagger::SwaggerSchemaprotected
getExternalReference(string refstr)Swagger::SwaggerSchemaprotected
getPathOperationHashImpl()Swagger::SwaggerSchemaprotected
getQoreExampleRequestImpl(string method, string path)Swagger::SwaggerSchemaprotected
getQoreExampleResponseImpl(string method, string path, int code)Swagger::SwaggerSchemaprotected
getTargetUrlImpl()Swagger::SwaggerSchemaprotected
hostSwagger::SwaggerSchema
infoSwagger::SwaggerSchema
initialize(hash oh)Swagger::ObjectBase
parameters()Swagger::SwaggerSchema
parseRequestImpl(string method, string path, *data http_body, reference< hash > headers)Swagger::SwaggerSchemaprotected
parseResponseImpl(string method, string path, int code, *data response_body, hash hdr)Swagger::SwaggerSchemaprotected
pathsSwagger::SwaggerSchema
processRequestImpl(string method, string path, auto body, *hash headers, *softlist< string > content_types)Swagger::SwaggerSchemaprotected
processRequestIntern(string method, string path, auto body, *hash headers, *softlist< string > content_types, bool compact_serialization)Swagger::SwaggerSchemaprivate
processResponseImpl(string method, string path, int code, auto response_body, *hash headers, *softlist< string > content_types)Swagger::SwaggerSchemaprotected
processResponseIntern(string method, string path, int code, auto response_body, *hash headers, *softlist< string > content_types, bool compact_serialization)Swagger::SwaggerSchemaprivate
producesSwagger::SwaggerSchema
resolveParameter(string name, string refstr, hash oh)Swagger::SwaggerSchema
resolveParameterItemsSchemaObject(string name, string refstr, hash oh)Swagger::SwaggerSchema
resolveResponse(string name, string refstr, hash oh)Swagger::SwaggerSchema
resolveSchemaObject(string name, string refstr, hash oh)Swagger::SwaggerSchema
responsesSwagger::SwaggerSchema
schemesSwagger::SwaggerSchema
securitySwagger::SwaggerSchema
securityDefinitionsSwagger::SwaggerSchema
setBasePathImpl(string basePath)Swagger::SwaggerSchemaprotected
SwaggerOptionsSwagger::SwaggerSchema
swaggerSpecSwagger::SwaggerSchema
tagsSwagger::SwaggerSchema
try_importSwagger::SwaggerSchemaprotected
vendorExtensionsSwagger::ObjectBase