Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParseArrayPipe

Defines the built-in ParseArray Pipe

see

Built-in Pipes

publicapi

Hierarchy

  • ParseArrayPipe

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected exceptionFactory

exceptionFactory: (error: string) => any

Type declaration

    • (error: string): any
    • Parameters

      • error: string

      Returns any

Private Readonly options

Protected Readonly validationPipe

validationPipe: ValidationPipe

Methods

transform

  • Method that accesses and performs optional transformation on argument for in-flight requests.

    Parameters

    • value: any

      currently processed route argument

    • metadata: ArgumentMetadata

      contains metadata about the currently processed route argument

    Returns Promise<any>

Generated using TypeDoc