UserDefinedType
data class UserDefinedType<T>(val name: String?, val isOptional: Boolean, val isVararg: Boolean, val type: KType) : AbstractCommandValueParameter<T>
See also
Functions
Link copied to clipboard
open override fun accepting(argument: CommandValueArgument, commandArgumentContext: CommandArgumentContext?): ArgumentAcceptance
Link copied to clipboard
open fun accepts(argument: CommandValueArgument, commandArgumentContext: CommandArgumentContext?): Boolean
Checks whether this CommandValueParameter accepts argument.