Class TypeMetadataInternal
Accessors
constructorArguments
get constructorArguments( ) : Type < any > []
mappedInterfaces
get mappedInterfaces( ) : Type < any > []
optionalConstructorArguments
get optionalConstructorArguments( ) : number []
optionalPropertyInjections
get optionalPropertyInjections( ) : string []
postConstructMethods
get postConstructMethods( ) : string []
preDestroyMethods
get preDestroyMethods( ) : string []
propertyInjections
get propertyInjections( ) : Map < string , Type < any > >
Returns Map < string , Type < any > >
Methods
addPostConstructMethod
addPostConstructMethod( name: string ) : void | Error
Parameters
Returns void
|
Error
addPreDestroyMethod
addPreDestroyMethod( name: string ) : void | Error
Parameters
Returns void
|
Error
addPropertyInjection
addPropertyInjection( name: string , type: Type < any > ) : void | Error
Parameters
name: string
type: Type < any >
Returns void
|
Error
setConstructorArguments
setConstructorArguments( value: Type < any > [] ) : void | Error
Parameters
Returns void
|
Error
setMappedInterfaces
setMappedInterfaces( value: Type < any > [] ) : void | Error
Parameters
Returns void
|
Error
setModuleDescriptor
Parameters
Returns void
|
Error
setOptionalConstructorArgument
setOptionalConstructorArgument( index: number ) : void | Error
Parameters
Returns void
|
Error
setOptionalPropertyInjection
setOptionalPropertyInjection( name: string ) : void | Error
Parameters
Returns void
|
Error
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Data object which holds raw information collected for particular Type from class metadataInternal decorators. This is internal class of metadataInternal package and should never be used outside of it.
Jānis Radiņš / Kristaps Peļņa