@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 722 B
Markdown
lang: en
title: 'API docs: metadata.metadatainspector.reflector'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.metadata.metadatainspector.reflector.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/metadata](./metadata.md) > [MetadataInspector](./metadata.metadatainspector.md) > [Reflector](./metadata.metadatainspector.reflector.md)
## MetadataInspector.Reflector property
Expose Reflector, which is a wrapper of `Reflect` and it uses `loopback` as the namespace prefix for all metadata keys
<b>Signature:</b>
```typescript
static readonly Reflector: NamespacedReflect;
```