org.springframework.batch.item.validator
Interface Validator

All Known Implementing Classes:
SpringValidator

public interface Validator

Interface used to validate objects.

Author:
tomas.slanina

Method Summary
 void validate(Object value)
          Method used to validate if the value is valid.
 

Method Detail

validate

void validate(Object value)
              throws ValidationException
Method used to validate if the value is valid.

Parameters:
value - object to be validated
Throws:
ValidationException - if value is not valid.


Copyright © 2008 SpringSource. All Rights Reserved.