Search
Preparing search index...
The search index is not available
@nestjs/common
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
HandlerMetadataStorage
Class HandlerMetadataStorage<TValue, TKey>
Type parameters
TValue
TKey
Hierarchy
HandlerMetadataStorage
Index
Properties
__computed
Methods
get
get
Metadata
Key
set
Properties
Private
__computed
__computed
:
any
= new Map<string, TValue>()
Methods
get
get
(
controller
:
TKey
, methodName
:
string
)
:
TValue
|
undefined
Parameters
controller:
TKey
methodName:
string
Returns
TValue
|
undefined
Private
get
Metadata
Key
get
Metadata
Key
(
controller
:
Controller
, methodName
:
string
)
:
string
Parameters
controller:
Controller
methodName:
string
Returns
string
set
set
(
controller
:
TKey
, methodName
:
string
, metadata
:
TValue
)
:
void
Parameters
controller:
TKey
methodName:
string
metadata:
TValue
Returns
void
Globals
Handler
Metadata
Storage
__computed
get
get
Metadata
Key
set
Generated using
TypeDoc