Class SpringValidator<T>
java.lang.Object
org.springframework.batch.item.validator.SpringValidator<T>
- All Implemented Interfaces:
 Validator<T>,org.springframework.beans.factory.InitializingBean
public class SpringValidator<T>
extends Object
implements Validator<T>, org.springframework.beans.factory.InitializingBean
Adapts the 
Validator interface to
 Validator.- Author:
 - Tomas Slanina, Robert Kasanicky
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetValidator(org.springframework.validation.Validator validator) voidMethod used to validate if the value is valid. 
- 
Constructor Details
- 
SpringValidator
public SpringValidator() 
 - 
 - 
Method Details
- 
validate
Description copied from interface:ValidatorMethod used to validate if the value is valid.- Specified by:
 validatein interfaceValidator<T>- Parameters:
 item- object to be validated- Throws:
 ValidationException- if value is not valid.- See Also:
 
 - 
setValidator
public void setValidator(org.springframework.validation.Validator validator)  - 
afterPropertiesSet
- Specified by:
 afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
 Exception
 
 -