Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GiuseppeResponseParameter

Implementation of the request parameter definition. Does implement name and type statically, returns the expressJS response object.

export
class

GiuseppeResponseParameter

implements

{ParameterDefinition}

Hierarchy

  • GiuseppeResponseParameter

Implements

  • ParameterDefinition

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

canHandleResponse

canHandleResponse: boolean = true

index

index: number

name

name: string = "ExpressResponse"

type

type: Function = Object

Methods

getValue

  • getValue(_request: Request, response: Response): any
  • Parameters

    • _request: Request
    • response: Response

    Returns any

Generated using TypeDoc