Page Contents
Home > @loopback/metadata > NamespacedReflect
NamespacedReflect class
Signature:
export declare class NamespacedReflect
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
|
Constructs a new instance of the |
Methods
| Method | Modifiers | Description |
|---|---|---|
|
defineMetadata(metadataKey, metadataValue, target, propertyKey) |
define metadata for a target class or it’s property/method | |
|
lookup metadata from a target object and its prototype chain | ||
|
get own metadata for a target object or it’s property/method | ||
|
Check if the target has corresponding metadata | ||