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 TypeMethodDescriptionvoidcustomize(ConfigRegistry config) Manipulates theConfigRegistryobject. 
- 
Method Details
- 
customize
Manipulates theConfigRegistryobject.- Parameters:
 config- AConfigRegistryobject
 
 -