AbstractStaticgetRead metadata from a target (class or prototype+property).
Metadata key.
Class constructor.
OptionalpropertyKey: stringOptional property name.
The stored value or undefined.
StaticgetGets all keys for metadata that has been defined on the given target.
Class constructor.
OptionalpropertyKey: stringOptional property name.
The found metadata keys.
StaticgetRead the own metadata from a target (class or prototype+property).
Metadata key.
Class constructor.
OptionalpropertyKey: stringOptional property name.
The stored value or undefined.
StaticsetSet metadata on a target (class or prototype+property).
Unique metadata key (symbol or string).
Value to store.
Class constructor.
OptionalpropertyKey: stringOptional property name.
Utilities for dealing with reflection.