Search
Preparing search index...
The search index is not available
@nestjs/microservices
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ModuleCompiler
Class ModuleCompiler
Hierarchy
ModuleCompiler
Index
Constructors
constructor
Properties
module
Token
Factory
Methods
compile
extract
Metadata
is
Dynamic
Module
Constructors
constructor
new
Module
Compiler
(
moduleTokenFactory
?:
ModuleTokenFactory
)
:
ModuleCompiler
Parameters
Default value
moduleTokenFactory:
ModuleTokenFactory
= new module_token_factory_1.ModuleTokenFactory()
Returns
ModuleCompiler
Properties
Private
Readonly
module
Token
Factory
module
Token
Factory
:
ModuleTokenFactory
Methods
compile
compile
(
metatype
:
any
)
:
Promise
<
{
dynamicMetadata
:
any
;
token
:
string
;
type
:
any
}
>
Parameters
metatype:
any
Returns
Promise
<
{
dynamicMetadata
:
any
;
token
:
string
;
type
:
any
}
>
extract
Metadata
extract
Metadata
(
metatype
:
any
)
:
Promise
<
{
type
:
any
}
|
{
dynamicMetadata
:
any
;
type
:
any
}
>
Parameters
metatype:
any
Returns
Promise
<
{
type
:
any
}
|
{
dynamicMetadata
:
any
;
type
:
any
}
>
is
Dynamic
Module
is
Dynamic
Module
(
module
:
any
)
:
boolean
Parameters
module:
any
Returns
boolean
Globals
Module
Compiler
constructor
module
Token
Factory
compile
extract
Metadata
is
Dynamic
Module
Generated using
TypeDoc