org.apache.tapestry5.beanvalidator
Interface BeanValidatorConfigurer
public interface BeanValidatorConfigurer
Defines the interface for a chain-of-command that updates JSR-303 configuration in some way before the ValidatorFactory
is created.
- Since:
- 5.2.0.0
Method Summary |
void |
configure(javax.validation.Configuration<?> configuration)
Passed the configuration so as to make changes. |
configure
void configure(javax.validation.Configuration<?> configuration)
- Passed the configuration so as to make changes.
Copyright © 2003-2012 The Apache Software Foundation.