Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HandlerMetadataStorage<TValue, TKey>

Type parameters

  • TValue = HandlerMetadata

  • TKey: Type<unknown> = any

Hierarchy

  • HandlerMetadataStorage

Index

Properties

Private Readonly [HANDLER_METADATA_SYMBOL]

[HANDLER_METADATA_SYMBOL]: Map<string, TValue> = 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