Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PipesConsumer

Hierarchy

  • PipesConsumer

Index

Constructors

Properties

Methods

Constructors

constructor

  • Returns PipesConsumer

Properties

Private Readonly paramsTokenFactory

paramsTokenFactory: ParamsTokenFactory = new ParamsTokenFactory()

Methods

apply

  • apply(value: any, __namedParameters: { data: any; metatype: any; type: any }, pipes: any): Promise<any>
  • Parameters

    • value: any
    • __namedParameters: { data: any; metatype: any; type: any }
      • data: any
      • metatype: any
      • type: any
    • pipes: any

    Returns Promise<any>

applyPipes

  • applyPipes(value: any, __namedParameters: { data: any; metatype: any; type: any }, transforms: any): Promise<any>
  • Parameters

    • value: any
    • __namedParameters: { data: any; metatype: any; type: any }
      • data: any
      • metatype: any
      • type: any
    • transforms: any

    Returns Promise<any>

Generated using TypeDoc