<T> InternalImportBindingBuilder<T> |
AbstractJdbiDefinitionModule.importBinding(com.google.inject.binder.LinkedBindingBuilder<T> binder,
com.google.inject.TypeLiteral<T> type) |
Pulls an existing outside binding into the module scope using the specified binder.
|
<T> InternalImportBindingBuilder<T> |
AbstractJdbiDefinitionModule.importBinding(com.google.inject.binder.LinkedBindingBuilder<T> binder,
java.lang.Class<T> clazz) |
Pulls an existing outside binding into the module scope using the specified binder.
|
<T> InternalImportBindingBuilder<T> |
AbstractJdbiDefinitionModule.importBinding(com.google.inject.TypeLiteral<T> type) |
Pulls an existing outside binding into the module scope.
|
<T> InternalImportBindingBuilder<T> |
AbstractJdbiDefinitionModule.importBinding(java.lang.Class<T> clazz) |
Pulls an existing outside binding into the module scope.
|