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 SummaryModifier and TypeMethodDescriptionvoidcustomize(Configuration<?> configuration) Customize the givenconfiguration.
- 
Method Details- 
customizeCustomize the givenconfiguration.- Parameters:
- configuration- the configuration to customize
 
 
-