| Package | Description |
|---|---|
| org.springframework.batch.item.validator |
Infrastructure implementations of item validator concerns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpringValidator<T>
Adapts the
Validator interface to
Validator. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatingItemProcessor.setValidator(Validator<? super T> validator)
Set the validator used to validate each item.
|
| Constructor and Description |
|---|
ValidatingItemProcessor(Validator<? super T> validator)
Creates a ValidatingItemProcessor based on the given Validator.
|
Copyright © 2013. All Rights Reserved.