Page Contents

Home > @loopback/metadata > ClassDecoratorFactory

ClassDecoratorFactory class

Factory for class decorators

Signature:

export declare class ClassDecoratorFactory<T> extends DecoratorFactory<T, T, ClassDecorator> 

Extends: DecoratorFactory<T, T, ClassDecorator>

Methods

Method Modifiers Description
create()    
createDecorator(key, spec, options) static Create a class decorator function
mergeWithInherited(inheritedMetadata, target, member, descriptorOrIndex) protected  
mergeWithOwn(ownMetadata, target, member, descriptorOrIndex) protected