basePath | Swagger::SwaggerSchema | |
checkRequestContentTypeHeader(reference< hash< RestRequestClientInfo >> req, auto body, *hash headers) | Swagger::SwaggerSchema | private:internal |
checkResponseContentTypeHeader(reference< hash< HttpResponseInfo >> resp, auto body, *hash headers) | Swagger::SwaggerSchema | private:internal |
checkResponseTextPlain(reference< hash< HttpResponseInfo >> resp, auto body, hash< string, bool > mime_types, *list content_types) | Swagger::SwaggerSchema | private:internal |
compact_serialization | Swagger::SwaggerSchema | private |
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 | |
consumes | Swagger::SwaggerSchema | |
def_path | Swagger::SwaggerSchema | private |
definitions() | Swagger::SwaggerSchema | |
externalDocs | Swagger::SwaggerSchema | |
getBasePathImpl() | Swagger::SwaggerSchema | private |
getExampleRequestImpl(string method, string path, *softlist< string > content_types) | Swagger::SwaggerSchema | private |
getExampleResponseImpl(string method, string path, int code, *softlist< string > content_types) | Swagger::SwaggerSchema | private |
getExternalReference(string refstr) | Swagger::SwaggerSchema | private |
getPathOperationHashImpl() | Swagger::SwaggerSchema | private |
getQoreExampleRequestImpl(string method, string path) | Swagger::SwaggerSchema | private |
getQoreExampleResponseImpl(string method, string path, int code) | Swagger::SwaggerSchema | private |
getTargetUrlImpl() | Swagger::SwaggerSchema | private |
host | Swagger::SwaggerSchema | |
info | Swagger::SwaggerSchema | |
initialize(hash oh) | Swagger::ObjectBase | |
parameters() | Swagger::SwaggerSchema | |
parseRequestImpl(string method, string path, *data http_body, reference< hash > headers) | Swagger::SwaggerSchema | private |
parseResponseImpl(string method, string path, int code, *data response_body, hash hdr) | Swagger::SwaggerSchema | private |
paths | Swagger::SwaggerSchema | |
processRequestImpl(string method, string path, auto body, *hash headers, *softlist< string > content_types) | Swagger::SwaggerSchema | private |
processRequestIntern(string method, string path, auto body, *hash headers, *softlist< string > content_types, bool compact_serialization) | Swagger::SwaggerSchema | private:internal |
processResponseImpl(string method, string path, int code, auto response_body, *hash headers, *softlist< string > content_types) | Swagger::SwaggerSchema | private |
processResponseIntern(string method, string path, int code, auto response_body, *hash headers, *softlist< string > content_types, bool compact_serialization) | Swagger::SwaggerSchema | private:internal |
produces | Swagger::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 | |
responses | Swagger::SwaggerSchema | |
schemes | Swagger::SwaggerSchema | |
security | Swagger::SwaggerSchema | |
securityDefinitions | Swagger::SwaggerSchema | |
setBasePathImpl(string basePath) | Swagger::SwaggerSchema | private |
SwaggerOptions | Swagger::SwaggerSchema | |
swaggerSpec | Swagger::SwaggerSchema | |
tags | Swagger::SwaggerSchema | |
try_import | Swagger::SwaggerSchema | private |
vendorExtensions | Swagger::ObjectBase | |