public interface CascadingValidator extends Validator
Extends the default Spring Validator interface and provides an additional method that specifies whether validation should cascade into associations.
| Methods inherited from class | Name |
|---|---|
interface Validator |
forInstanceOf, forType, supports, validate, validateObject |
An extended version of the validate(errors,obj) method that takes an additional argument specifying whether the Validator should cascade into associations or not.
obj - The Object to validateerrors - The Spring Errors instancecascade - True if validation should cascade into associations