JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.springframework.batch.item.validator.ValidationException
Packages that use
ValidationException
Package
Description
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
Modifier and Type
Method
Description
T
ValidatingItemProcessor.
process
(
T
item)
Validate the item and return it unmodified
void
SpringValidator.
validate
(
T
item)
void
Validator.
validate
(
T
value)
Method used to validate if the value is valid.