InjectParameter

data class InjectParameter(val parameter: KParameter)

Represents a parameter that can be injected into a message function.

Constructors

Link copied to clipboard
constructor(parameter: KParameter)

Properties

Link copied to clipboard

The name of the parameter, extracted from @Name annotation if present.

Link copied to clipboard

The Kotlin parameter reflection object

Link copied to clipboard
val type: KType

The Kotlin type of the parameter.