getConfig

fun <T : JdbiConfig<T>> StatementContext.getConfig(kClass: KClass<T>): T

Convenience helper to use any KClass for config lookup.

See also

org.jdbi.v3.core.statement.StatementContext