RegisterKotlinMapper

annotation class RegisterKotlinMapper(val value: KClass<*>, val prefix: String = "")

Registers a KotlinMapper for a specific kotlin class.

Constructors

Link copied to clipboard
fun RegisterKotlinMapper(value: KClass<*>, prefix: String = "")

Properties

Link copied to clipboard
val prefix: String

Column name prefix for the kotlin type. If omitted, defaults to no prefix.

Link copied to clipboard
val value: KClass<*>

The mapped kotlin class.