Interface BeanValidatorConfigurer
- 
 public interface BeanValidatorConfigurer Defines the interface for a chain-of-command that updates JSR-303 configuration in some way before theValidatorFactoryis created.- Since:
- 5.2.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(Configuration<?> configuration)Passed the configuration so as to make changes.
 
- 
- 
- 
Method Detail- 
configurevoid configure(Configuration<?> configuration) Passed the configuration so as to make changes.
 
- 
 
-