ValidatorInterfaceInfo

data class ValidatorInterfaceInfo(val isObjectValidator: Boolean, val expectedType: KSType, val isAsync: Boolean = false)

Constructors

Link copied to clipboard
constructor(isObjectValidator: Boolean, expectedType: KSType, isAsync: Boolean = false)

Properties

Link copied to clipboard
val expectedType: KSType
Link copied to clipboard
val isAsync: Boolean = false
Link copied to clipboard