Parameter Data
constructor(name: String?, typeName: String, parameter: KParameter, nameIsNull: Boolean, hasQuery: Boolean, hasBody: Boolean, hasPathParam: Boolean)
Parameters
name
: The name of the parameter.
type Name
: The type name of the parameter.
parameter
: The parameter.
name Is Null
: Whether the parameter is null.
has Query
: Whether the parameter is a query parameter.
has Body
: Whether the parameter is a body parameter.
has Path Param
: Whether the parameter is a path parameter.