ParameterData

constructor(name: String?, typeName: String, parameter: KParameter, nameIsNull: Boolean, hasQuery: Boolean, hasBody: Boolean, hasPathParam: Boolean)

Parameters

name

: The name of the parameter.

typeName

: The type name of the parameter.

parameter

: The parameter.

nameIsNull

: Whether the parameter is null.

hasQuery

: Whether the parameter is a query parameter.

hasBody

: Whether the parameter is a body parameter.

hasPathParam

: Whether the parameter is a path parameter.