Package org.springframework.batch.item.validator

Infrastructure implementations of item validator concerns.

See:
          Description

Interface Summary
Validator<T> Interface used to validate objects.
 

Class Summary
SpringValidator<T> Adapts the Validator interface to Validator.
ValidatingItemProcessor<T> Simple implementation of ItemProcessor that validates input and returns it without modifications.
 

Exception Summary
ValidationException This exception should be thrown when there are validation errors.
 

Package org.springframework.batch.item.validator Description

Infrastructure implementations of item validator concerns.



Copyright © 2009 SpringSource. All Rights Reserved.