WithTypeConversion

data class WithTypeConversion(typeVariant: TypeVariant<*>) : ArgumentAcceptance

Properties

acceptanceLevel
Link copied to clipboard
val acceptanceLevel: Int

Higher means more acceptable

typeVariant
Link copied to clipboard
val typeVariant: TypeVariant<*>