Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContextCreator

Hierarchy

  • ContextCreator

Index

Methods

Abstract createConcreteContext

  • createConcreteContext<T, R>(metadata: T, contextId?: ContextId, inquirerId?: string): 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

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

Generated using TypeDoc