---
lang: en
title: 'API docs: metadata.propertydecoratorfactory'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/metadata
permalink: /doc/en/lb4/apidocs.metadata.propertydecoratorfactory.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/metadata](./metadata.md) &gt; [PropertyDecoratorFactory](./metadata.propertydecoratorfactory.md)

## PropertyDecoratorFactory class

Factory for property decorators

**Signature:**

```typescript
export declare class PropertyDecoratorFactory<T> extends DecoratorFactory<T, MetadataMap<T>, PropertyDecorator> 
```
**Extends:** [DecoratorFactory](./metadata.decoratorfactory.md)<!-- -->&lt;T, [MetadataMap](./metadata.metadatamap.md)<!-- -->&lt;T&gt;, PropertyDecorator&gt;

## Methods

<table><thead><tr><th>

Method


</th><th>

Modifiers


</th><th>

Description


</th></tr></thead>
<tbody><tr><td markdown="1">

[create()](./metadata.propertydecoratorfactory.create.md)


</td><td markdown="1">


</td><td markdown="1">


</td></tr>
<tr><td markdown="1">

[createDecorator(key, spec, options)](./metadata.propertydecoratorfactory.createdecorator.md)


</td><td markdown="1">

`static`


</td><td markdown="1">

Create a property decorator function


</td></tr>
<tr><td markdown="1">

[mergeWithInherited(inheritedMetadata, target, propertyName, descriptorOrIndex)](./metadata.propertydecoratorfactory.mergewithinherited.md)


</td><td markdown="1">

`protected`


</td><td markdown="1">


</td></tr>
<tr><td markdown="1">

[mergeWithOwn(ownMetadata, target, propertyName, descriptorOrParameterIndex)](./metadata.propertydecoratorfactory.mergewithown.md)


</td><td markdown="1">

`protected`


</td><td markdown="1">


</td></tr>
</tbody></table>


