public class RegisterKotlinMapperImpl
| Constructor and Description |
|---|
RegisterKotlinMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureForMethod(org.jdbi.v3.core.config.ConfigRegistry registry,
java.lang.annotation.Annotation annotation,
java.lang.Class<?> sqlObjectType,
java.lang.reflect.Method method) |
void |
configureForType(org.jdbi.v3.core.config.ConfigRegistry registry,
java.lang.annotation.Annotation annotation,
java.lang.Class<?> sqlObjectType) |
public void configureForType(org.jdbi.v3.core.config.ConfigRegistry registry,
java.lang.annotation.Annotation annotation,
java.lang.Class<?> sqlObjectType)
public void configureForMethod(org.jdbi.v3.core.config.ConfigRegistry registry,
java.lang.annotation.Annotation annotation,
java.lang.Class<?> sqlObjectType,
java.lang.reflect.Method method)