Search
Preparing search index...
The search index is not available
@nestjs/core
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
InstanceLinksHost
Class InstanceLinksHost
Hierarchy
InstanceLinksHost
Index
Constructors
constructor
Properties
container
instance
Links
Methods
add
Link
get
initialize
Constructors
constructor
new
Instance
Links
Host
(
container
:
NestContainer
)
:
InstanceLinksHost
Parameters
container:
NestContainer
Returns
InstanceLinksHost
Properties
Private
Readonly
container
container
:
NestContainer
Private
Readonly
instance
Links
instance
Links
:
Map
<
InstanceToken
,
InstanceLink
<
any
>
[]
>
= new Map<InstanceToken, InstanceLink[]>()
Methods
Private
add
Link
add
Link
(
wrapper
:
InstanceWrapper
, token
:
InstanceToken
, moduleRef
:
Module
, collectionName
:
HostCollection
)
:
void
Parameters
wrapper:
InstanceWrapper
token:
InstanceToken
moduleRef:
Module
collectionName:
HostCollection
Returns
void
get
get<T>
(
token
:
InstanceToken
, moduleId
?:
string
)
:
InstanceLink
<
T
>
Type parameters
T =
any
Parameters
token:
InstanceToken
Optional
moduleId:
string
Returns
InstanceLink
<
T
>
Private
initialize
initialize
(
)
:
void
Returns
void
Globals
Instance
Links
Host
constructor
container
instance
Links
add
Link
get
initialize
Generated using
TypeDoc