Search
Preparing search index...
The search index is not available
@nestjs/core
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
GuardsContextCreator
Class GuardsContextCreator
Hierarchy
ContextCreator
GuardsContextCreator
Index
Constructors
constructor
Properties
config
container
module
Context
Methods
create
create
Concrete
Context
create
Context
get
Global
Metadata
get
Guard
Instance
get
Instance
ByMetatype
reflect
Class
Metadata
reflect
Method
Metadata
Constructors
constructor
new
Guards
Context
Creator
(
container
:
NestContainer
, config
?:
ApplicationConfig
)
:
GuardsContextCreator
Parameters
container:
NestContainer
Optional
config:
ApplicationConfig
Returns
GuardsContextCreator
Properties
Private
Optional
Readonly
config
config
:
ApplicationConfig
Private
Readonly
container
container
:
NestContainer
Private
module
Context
module
Context
:
string
Methods
create
create
(
instance
:
Controller
, callback
:
(
...
args
:
unknown
[]
)
=>
unknown
, module
:
string
, contextId
?:
ContextId
, inquirerId
?:
string
)
:
CanActivate
[]
Parameters
instance:
Controller
callback:
(
...
args
:
unknown
[]
)
=>
unknown
(
...
args
:
unknown
[]
)
:
unknown
Parameters
Rest
...
args:
unknown
[]
Returns
unknown
module:
string
Default value
contextId:
ContextId
= STATIC_CONTEXT
Optional
inquirerId:
string
Returns
CanActivate
[]
create
Concrete
Context
create
Concrete
Context<T, R>
(
metadata
:
T
, contextId
?:
ContextId
, inquirerId
?:
string
)
:
R
Type parameters
T
:
unknown
[]
R
:
unknown
[]
Parameters
metadata:
T
Default value
contextId:
ContextId
= STATIC_CONTEXT
Optional
inquirerId:
string
Returns
R
create
Context
create
Context<T, R>
(
instance
:
Controller
, callback
:
(
...
args
:
any
[]
)
=>
void
, metadataKey
:
string
, contextId
?:
ContextId
, inquirerId
?:
string
)
:
R
Type parameters
T
:
unknown
[]
=
any
R
:
unknown
[]
=
any
Parameters
instance:
Controller
callback:
(
...
args
:
any
[]
)
=>
void
(
...
args
:
any
[]
)
:
void
Parameters
Rest
...
args:
any
[]
Returns
void
metadataKey:
string
Default value
contextId:
ContextId
= STATIC_CONTEXT
Optional
inquirerId:
string
Returns
R
get
Global
Metadata
get
Global
Metadata<T>
(
contextId
?:
ContextId
, inquirerId
?:
string
)
:
T
Type parameters
T
:
unknown
[]
Parameters
Default value
contextId:
ContextId
= STATIC_CONTEXT
Optional
inquirerId:
string
Returns
T
get
Guard
Instance
get
Guard
Instance
(
guard
:
Function
|
CanActivate
, contextId
?:
ContextId
, inquirerId
?:
string
)
:
CanActivate
|
null
Parameters
guard:
Function
|
CanActivate
Default value
contextId:
ContextId
= STATIC_CONTEXT
Optional
inquirerId:
string
Returns
CanActivate
|
null
get
Instance
ByMetatype
get
Instance
ByMetatype<T>
(
guard
:
T
)
:
InstanceWrapper
|
undefined
Type parameters
T
:
Record
<
string
,
any
>
|
Function
Parameters
guard:
T
Returns
InstanceWrapper
|
undefined
reflect
Class
Metadata
reflect
Class
Metadata<T>
(
instance
:
Controller
, metadataKey
:
string
)
:
T
Type parameters
T
Parameters
instance:
Controller
metadataKey:
string
Returns
T
reflect
Method
Metadata
reflect
Method
Metadata<T>
(
callback
:
(
...
args
:
unknown
[]
)
=>
unknown
, metadataKey
:
string
)
:
T
Type parameters
T
Parameters
callback:
(
...
args
:
unknown
[]
)
=>
unknown
(
...
args
:
unknown
[]
)
:
unknown
Parameters
Rest
...
args:
unknown
[]
Returns
unknown
metadataKey:
string
Returns
T
Globals
Guards
Context
Creator
constructor
config
container
module
Context
create
create
Concrete
Context
create
Context
get
Global
Metadata
get
Guard
Instance
get
Instance
ByMetatype
reflect
Class
Metadata
reflect
Method
Metadata
Generated using
TypeDoc