Uses of Class
org.springframework.batch.item.validator.ValidationException

Packages that use ValidationException
org.springframework.batch.item.validator Infrastructure implementations of item validator concerns. 
 

Uses of ValidationException in org.springframework.batch.item.validator
 

Methods in org.springframework.batch.item.validator that throw ValidationException
 T ValidatingItemProcessor.process(T item)
          Validate the item and return it unmodified
 void Validator.validate(T value)
          Method used to validate if the value is valid.
 void SpringValidator.validate(T item)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.