Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RouteMethodParameter<T>

Represents a parameter of a route-handling Typescript method.

Type parameters

  • T

Hierarchy

  • RouteMethodParameter

Index

Constructors

constructor

  • new RouteMethodParameter(route: RouteInstance, target: Function, methodName: string, index: number, name: string, type: any, annotations: IAnnotation[]): RouteMethodParameter

Properties

Readonly annotations

annotations: IAnnotation[]

Readonly index

index: number

Readonly methodName

methodName: string

Readonly name

name: string

Readonly route

Readonly target

target: Function

Readonly type

type: any

Accessors

description

factory

  • get factory(): (ev: WebEvent) => Promise<T>

inputAnnotation

Methods

prepare

  • prepare(): void

resolve

Generated using TypeDoc