Hierarchy

  • RequestControllerUtils

Constructors

Methods

  • Set configuration for path variable into the controller.

    Parameters

    • controller: RequestController

      The controller

    • propertyKey: string

      The method name

    • paramIndex: number

      The index of the parameter

    • variableName: string

      The variable name in the path

    • paramType: RequestParamValueType

      The variable type in the path

    • isRequired: boolean

      True if variable is required

    • decodeValue: boolean

      True if variable must be decoded

    • defaultValue: string

      The default value if missing

    Returns void

Generated using TypeDoc