Methods
Abstract createConcreteContext
- createConcreteContext<T, R>(metadata: T, contextId?: ContextId, inquirerId?: string): R
-
Type parameters
Parameters
-
metadata: T
-
Optional contextId: ContextId
-
Optional inquirerId: string
Returns R
createContext
- createContext(instance: any, callback: any, metadataKey: any, contextId?: ContextId, inquirerId: any): any[]
-
Parameters
-
instance: any
-
callback: any
-
metadataKey: any
-
Default value contextId: ContextId = constants_1.STATIC_CONTEXT
-
inquirerId: any
Returns any[]
Optional getGlobalMetadata
- getGlobalMetadata<T>(contextId?: ContextId, inquirerId?: string): T
-
Type parameters
Parameters
-
Optional contextId: ContextId
-
Optional inquirerId: string
Returns T
reflectClassMetadata
- reflectClassMetadata(instance: any, metadataKey: any): any
-
Parameters
-
instance: any
-
metadataKey: any
Returns any
reflectMethodMetadata
- reflectMethodMetadata(callback: any, metadataKey: any): any
-
Parameters
-
callback: any
-
metadataKey: any
Returns any