Preparing search index...
The search index is not available
biorate
biorate
nestjs-tools
RoutesInterceptor
Class RoutesInterceptor
Implements
NestInterceptor
Index
Constructors
constructor
Properties
reflector
map
Methods
intercept
Constructors
constructor
new
Routes
Interceptor
(
)
:
RoutesInterceptor
Returns
RoutesInterceptor
Properties
Private
Readonly
reflector
reflector
:
Reflector
= ...
Static
Readonly
map
map
:
WeakMap
<
Request
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
>
,
{
path
:
string
;
}
>
= ...
Type declaration
path
:
string
Methods
intercept
intercept
(
context
,
next
)
:
Observable
<
any
>
Parameters
context
:
ExecutionContext
next
:
CallHandler
<
any
>
Returns
Observable
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
reflector
map
intercept
biorate
Loading...