AbstractCommandParameter

abstract class AbstractCommandParameter<T> : CommandParameter<T>

Constructors

Link copied to clipboard
fun AbstractCommandParameter()

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
abstract val isOptional: Boolean
Link copied to clipboard
abstract val name: String?
Link copied to clipboard
abstract val type: KType

Reified type of T

Inheritors

Link copied to clipboard
Link copied to clipboard