| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface TypeValidatorMethod Summary | |
void |
|
public void validate(Object object,
ValidationContext context)
throws ValidationExceptionValidates the given Object.
- Parameters:
object- the Object to validatecontext- the ValidationContext
- Throws:
ValidationException- if the object fails validation.