Serializable
, Validator<T>
public final class EmptyValidator<T> extends Object implements Validator<T>
Constructor | Description |
---|---|
EmptyValidator() |
Modifier and Type | Method | Description |
---|---|---|
void |
validate(T target) |
Validates the associated model against an applicable standard.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assertFalse
public void validate(T target) throws ValidationException
Validator
validate
in interface Validator<T>
ValidationException
- where the model does not confirm to the applicable standard