jdbi3-kotlin-sqlobject
jdbi3-kotlin-sqlobject
/
org.jdbi.v3.sqlobject.kotlin
/
MethodKey
Method
Key
data
class
MethodKey
(
val
name
:
String
,
val
paramTypes
:
List
<
Class
<
*
>
>
,
val
returnType
:
Class
<
*
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Method
Key
Link copied to clipboard
fun
MethodKey
(
name
:
String
,
paramTypes
:
List
<
Class
<
*
>
>
,
returnType
:
Class
<
*
>
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
param
Types
Link copied to clipboard
val
paramTypes
:
List
<
Class
<
*
>
>
Content copied to clipboard
return
Type
Link copied to clipboard
val
returnType
:
Class
<
*
>
Content copied to clipboard