KolasuDataTypeHandler

class KolasuDataTypeHandler(val kolasuKClass: KClass<*>, val kolasuDataType: EDataType) : EDataTypeHandler

Constructors

Link copied to clipboard
constructor(kolasuKClass: KClass<*>, kolasuDataType: EDataType)

Functions

Link copied to clipboard
open override fun canHandle(ktype: KType): Boolean
Link copied to clipboard
open override fun external(): Boolean
Link copied to clipboard
open override fun toDataType(ktype: KType): EDataType

Properties

Link copied to clipboard
val kolasuDataType: EDataType
Link copied to clipboard