Kotlin Plugin
class KotlinPlugin(installKotlinMapperFactory: Boolean = true) : JdbiPlugin.Singleton
Content copied to clipboard
Installs Kotlin specific functionality.
- Kotlin inference interceptor that handles the {@link KotlinMapper} for registered types
- Kotlin mapper factory that creates implicit mappers for any data class
@property installKotlinMapperFactory If true, install the {@link KotlinMapperFactory}.
Content copied to clipboard