public interface Validator<T>
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
validate(T target)
Validates the associated model against an applicable standard.
|
void validate(T target) throws ValidationException
ValidationException - where the model does not confirm to the applicable standard