Description

Interceptor that resolves the full route path from controller and handler metadata. Stores the resolved path in a WeakMap keyed by the request object, for use by middlewares.

Implements

  • NestInterceptor

Constructors

Properties

Methods

Constructors

Properties

reflector: Reflector = ...
map: WeakMap<Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, {
    path: string;
}> = ...

Type declaration

  • path: string

Methods