convert

abstract fun convert(value: Any?, propertyType: KClass<*>): Any?

Convert value from ResultSet.getObject

Parameters

value
propertyType

type of the actual property. When used as an element converter, type is the type of element in the collection.