-
- All Implemented Interfaces:
-
org.jdbi.v3.sqlobject.HandlerFactory
public final class KotlinDefaultMethodHandlerFactory implements HandlerFactory
-
-
Constructor Summary
Constructors Constructor Description KotlinDefaultMethodHandlerFactory()
-
Method Summary
Modifier and Type Method Description Optional<Handler>buildHandler(Class<?> sqlObjectType, Method method)final MethodgetImplementation(Class<?> type, Method method)-
-
Method Detail
-
buildHandler
Optional<Handler> buildHandler(Class<?> sqlObjectType, Method method)
-
getImplementation
final Method getImplementation(Class<?> type, Method method)
-
-
-
-