Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HandlerMetadataStorage<TValue, TKey>

Type parameters

  • TValue

  • TKey

Hierarchy

  • HandlerMetadataStorage

Index

Properties

Methods

Properties

Private __computed

__computed: any = new Map<string, TValue>()

Methods

get

  • get(controller: TKey, methodName: string): TValue | undefined

Private getMetadataKey

  • getMetadataKey(controller: Controller, methodName: string): string

set

  • set(controller: TKey, methodName: string, metadata: TValue): void

Generated using TypeDoc