JsonOperationPathsMap
@tsed/schema
Usage
typescript
import { JsonOperationPathsMap } from "@tsed/schema";
See /packages/specs/schema/src/types/domain/JsonOperationPathsMap.ts.
Overview
ts
class JsonOperationPathsMap extends Map<string, JsonMethodPath> {
$kind: string;
readonly $isJsonDocument = true;
setOperationPath(operationPath: JsonMethodPath): void;
protected getKey: (method: string, path: any) => string;
}
$kind
ts
$kind: string;
readonly $isJsonDocument
ts
readonly $isJsonDocument = true;
setOperationPath
ts
setOperationPath(operationPath: JsonMethodPath): void;
protected getKey:
ts
protected getKey: (method: string, path: any) => string;