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