tsoa-next / @tsoa-next/runtime / SpecRequestContext
Interfaz: SpecRequestContext
Definido en: packages/runtime/src/decorators/specPath.ts:41
Contexto aplicado a la medida SpecPath manipuladores.
Extensión
Propiedades
cacheKey
cacheKey: string;Definido en: packages/runtime/src/decorators/specPath.ts:31
Inhered from
controllerClass
controllerClass: object;Definido en: packages/runtime/src/decorators/specPath.ts:32
Inhered from
SpecCacheContext.controllerClass
format?
optional format?: SpecDocumentFormat | "html";Definido en: packages/runtime/src/decorators/specPath.ts:37
Inhered from
fullPath
fullPath: string;Definido en: packages/runtime/src/decorators/specPath.ts:33
Inhered from
path
path: string;Definido en: packages/runtime/src/decorators/specPath.ts:34
Inhered from
request?
optional request?: unknown;Definido en: packages/runtime/src/decorators/specPath.ts:42
response?
optional response?: unknown;Definido en: packages/runtime/src/decorators/specPath.ts:43
runtime
runtime: SpecRuntime;Definido en: packages/runtime/src/decorators/specPath.ts:35
Inhered from
target
target:
| BuiltinSpecPathTarget
| "custom";Definido en: packages/runtime/src/decorators/specPath.ts:36
Inhered from
Métodos
getSpecObject()
getSpecObject(): Promise<Spec>;Definido en: packages/runtime/src/decorators/specPath.ts:44
Devoluciones
Promise<Spec>
getSpecString()
getSpecString(format): Promise<string>;Definido en: packages/runtime/src/decorators/specPath.ts:45
Parámetros
format
Devoluciones
Promise<string>
