Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PipesConsumer

Hierarchy

  • PipesConsumer

Index

Properties

Methods

Properties

Private Readonly paramsTokenFactory

paramsTokenFactory: ParamsTokenFactory = new ParamsTokenFactory()

Methods

apply

  • apply<TInput>(value: TInput, __namedParameters: { data: string; metatype: Type<any>; type: Paramtype }, pipes: PipeTransform[]): Promise<any>

applyPipes

  • applyPipes<TInput>(value: TInput, __namedParameters: { data: any; metatype: any; type: any }, transforms: PipeTransform[]): Promise<any>
  • Type parameters

    • TInput = unknown

    Parameters

    • value: TInput
    • __namedParameters: { data: any; metatype: any; type: any }
      • data: any
      • metatype: any
      • type: any
    • transforms: PipeTransform[]

    Returns Promise<any>

Generated using TypeDoc