Search
Preparing search index...
The search index is not available
@nestjs/common
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ApplicationConfig
Class ApplicationConfig
Hierarchy
ApplicationConfig
Implements
any
Index
Constructors
constructor
Properties
global
Filters
global
Guards
global
Interceptors
global
Pipes
global
Prefix
io
Adapter
Methods
add
Global
Filter
add
Global
Guard
add
Global
Interceptor
add
Global
Pipe
get
Global
Filters
get
Global
Guards
get
Global
Interceptors
get
Global
Pipes
get
Global
Prefix
get
IoAdapter
set
Global
Prefix
set
IoAdapter
use
Global
Filters
use
Global
Guards
use
Global
Interceptors
use
Global
Pipes
Constructors
constructor
new
Application
Config
(
ioAdapter
?:
WebSocketAdapter
|
null
)
:
ApplicationConfig
Parameters
Default value
ioAdapter:
WebSocketAdapter
|
null
= null
Returns
ApplicationConfig
Properties
Private
global
Filters
global
Filters
:
ExceptionFilter
[]
= []
Private
global
Guards
global
Guards
:
CanActivate
[]
= []
Private
global
Interceptors
global
Interceptors
:
NestInterceptor
[]
= []
Private
global
Pipes
global
Pipes
:
PipeTransform
<
any
>
[]
= []
Private
global
Prefix
global
Prefix
:
string
= ""
Private
io
Adapter
io
Adapter
:
WebSocketAdapter
|
null
Methods
add
Global
Filter
add
Global
Filter
(
filter
:
ExceptionFilter
)
:
void
Parameters
filter:
ExceptionFilter
Returns
void
add
Global
Guard
add
Global
Guard
(
guard
:
CanActivate
)
:
void
Parameters
guard:
CanActivate
Returns
void
add
Global
Interceptor
add
Global
Interceptor
(
interceptor
:
NestInterceptor
)
:
void
Parameters
interceptor:
NestInterceptor
Returns
void
add
Global
Pipe
add
Global
Pipe
(
pipe
:
PipeTransform
<
any
>
)
:
void
Parameters
pipe:
PipeTransform
<
any
>
Returns
void
get
Global
Filters
get
Global
Filters
(
)
:
ExceptionFilter
[]
Returns
ExceptionFilter
[]
get
Global
Guards
get
Global
Guards
(
)
:
CanActivate
[]
Returns
CanActivate
[]
get
Global
Interceptors
get
Global
Interceptors
(
)
:
NestInterceptor
[]
Returns
NestInterceptor
[]
get
Global
Pipes
get
Global
Pipes
(
)
:
PipeTransform
<
any
>
[]
Returns
PipeTransform
<
any
>
[]
get
Global
Prefix
get
Global
Prefix
(
)
:
string
Returns
string
get
IoAdapter
get
IoAdapter
(
)
:
WebSocketAdapter
Returns
WebSocketAdapter
set
Global
Prefix
set
Global
Prefix
(
prefix
:
string
)
:
void
Parameters
prefix:
string
Returns
void
set
IoAdapter
set
IoAdapter
(
ioAdapter
:
WebSocketAdapter
)
:
void
Parameters
ioAdapter:
WebSocketAdapter
Returns
void
use
Global
Filters
use
Global
Filters
(
...
filters
:
ExceptionFilter
[]
)
:
void
Parameters
Rest
...
filters:
ExceptionFilter
[]
Returns
void
use
Global
Guards
use
Global
Guards
(
...
guards
:
CanActivate
[]
)
:
void
Parameters
Rest
...
guards:
CanActivate
[]
Returns
void
use
Global
Interceptors
use
Global
Interceptors
(
...
interceptors
:
NestInterceptor
[]
)
:
void
Parameters
Rest
...
interceptors:
NestInterceptor
[]
Returns
void
use
Global
Pipes
use
Global
Pipes
(
...
pipes
:
PipeTransform
<
any
>
[]
)
:
void
Parameters
Rest
...
pipes:
PipeTransform
<
any
>
[]
Returns
void
Globals
Application
Config
constructor
global
Filters
global
Guards
global
Interceptors
global
Pipes
global
Prefix
io
Adapter
add
Global
Filter
add
Global
Guard
add
Global
Interceptor
add
Global
Pipe
get
Global
Filters
get
Global
Guards
get
Global
Interceptors
get
Global
Pipes
get
Global
Prefix
get
IoAdapter
set
Global
Prefix
set
IoAdapter
use
Global
Filters
use
Global
Guards
use
Global
Interceptors
use
Global
Pipes
Generated using
TypeDoc