Interface ValidationConfigurationCustomizer
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Callback interface that can be used to customize 
Configuration.- Since:
 - 3.0.0
 - Author:
 - Dang Zhicairang
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(Configuration<?> configuration) Customize the givenconfiguration. 
- 
Method Details
- 
customize
Customize the givenconfiguration.- Parameters:
 configuration- the configuration to customize
 
 -