Package org.jdbi.v3.core.config
Interface ConfigCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Customizes a given
ConfigRegistry
.- Since:
- 3.38.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(ConfigRegistry config) Manipulates theConfigRegistry
object.
-
Method Details
-
customize
Manipulates theConfigRegistry
object.- Parameters:
config
- AConfigRegistry
object
-