RegisterKotlinMapper

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

Registers a KotlinMapper for a specific kotlin class.

Properties

Link copied to clipboard

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

Link copied to clipboard
val value: KClass<*>

The mapped kotlin class.