Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DecoratorReader

Hierarchy

  • DecoratorReader

Index

Properties

Private annotationMap

annotationMap: Map<DecoratorFunction<any>, symbol> = new Map()

Methods

create

readClassAnnotation

  • readClassAnnotation<T>(target: Function, annotation: DecoratorFunction<T>): T | null

readPropertyAnnotation

  • readPropertyAnnotation<T>(target: Function, propertyName: string, annotation: DecoratorFunction<T>): T | null

Generated using TypeDoc