Package org.jdbi.v3.guice
Interface GuiceJdbiCustomizer
-
- All Known Implementing Classes:
InternalGuiceJdbiCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface GuiceJdbiCustomizerAllows specific customizations of theJdbiinstance during creation.
-
-
Field Summary
Fields Modifier and Type Field Description static GuiceJdbiCustomizerNOPDoes not modify the Jdbi instance.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(Jdbi jdbi)Customize theJdbiinstance passed in.
-
-
-
Field Detail
-
NOP
static final GuiceJdbiCustomizer NOP
Does not modify the Jdbi instance.
-
-