public class InjectionHandlerFactory
extends java.lang.Object
implements org.jdbi.v3.sqlobject.HandlerFactory
@Inject MyBean getBean();. Handler detects methods annotated with Inject or
Inject and return actual guice bean on method call.| Constructor and Description |
|---|
InjectionHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<org.jdbi.v3.sqlobject.Handler> |
buildHandler(java.lang.Class<?> sqlObjectType,
java.lang.reflect.Method method) |