Class DefaultValidator<T>
java.lang.Object
overit.geocallapp.utilities.rs.validator.DefaultValidator<T>
- Type Parameters:
T- the type of object this validator handles
- All Implemented Interfaces:
Validator<T>
No-operation implementation of
This validator accepts all objects as valid and never throws validation exceptions.
Validator that performs no validation.This validator accepts all objects as valid and never throws validation exceptions.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary