Uses of Class
org.jdbi.v3.guice.internal.InternalImportBindingBuilder
-
Uses of InternalImportBindingBuilder in org.jdbi.v3.guice
Modifier and TypeMethodDescriptionfinal <T> InternalImportBindingBuilder<T>
AbstractJdbiDefinitionModule.importBinding
(LinkedBindingBuilder<T> binder, TypeLiteral<T> type) Pulls an existing outside binding into the module scope using the specified binder.final <T> InternalImportBindingBuilder<T>
AbstractJdbiDefinitionModule.importBinding
(LinkedBindingBuilder<T> binder, Class<T> clazz) Pulls an existing outside binding into the module scope using the specified binder.final <T> InternalImportBindingBuilder<T>
AbstractJdbiDefinitionModule.importBinding
(TypeLiteral<T> type) Pulls an existing outside binding into the module scope.final <T> InternalImportBindingBuilder<T>
AbstractJdbiDefinitionModule.importBinding
(Class<T> clazz) Pulls an existing outside binding into the module scope.