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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setValidator
(org.springframework.validation.Validator validator) void
Method used to validate if the value is valid.
-
Constructor Details
-
SpringValidator
public SpringValidator()
-
-
Method Details
-
validate
Description copied from interface:Validator
Method used to validate if the value is valid.- Specified by:
validate
in 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:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-