configure

@Beta
fun <This : Configurable<This>, C : JdbiConfig<C>> Configurable<This>.configure(configClass: KClass<C>, configurer: Consumer<C>): This

Convenience method for Configurable.configure using Kotlin class syntax.

See also

org.jdbi.v3.core.config.Configurable

Parameters

configClass

– the configuration type

configurer

– consumer that will be passed the configuration object