toggle menu
jdbi3-kotlin
JVM
switch theme
search in API
jdbi3-kotlin
/
org.jdbi.v3.core.kotlin
/
KotlinMapper
Kotlin
Mapper
class
KotlinMapper
(
val
kClass
:
KClass
<
*
>
,
prefix
:
String
=
""
)
:
RowMapper
<
Any
>
Members
Constructors
Kotlin
Mapper
Link copied to clipboard
constructor
(
clazz
:
Class
<
*
>
,
prefix
:
String
=
""
)
constructor
(
kClass
:
KClass
<
*
>
,
prefix
:
String
=
""
)
Properties
k
Class
Link copied to clipboard
val
kClass
:
KClass
<
*
>
Functions
init
Link copied to clipboard
open
fun
init
(
registry
:
ConfigRegistry
)
map
Link copied to clipboard
open
override
fun
map
(
rs
:
ResultSet
,
ctx
:
StatementContext
)
:
Any
?
specialize
Link copied to clipboard
open
override
fun
specialize
(
rs
:
ResultSet
,
ctx
:
StatementContext
)
:
RowMapper
<
Any
?
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String