Interface Validator<T>
- Type Parameters:
T
- type of object
public interface Validator<T>
Validator to check an object.
- Since:
- 1.0.2
- See Also:
-
Method Summary
-
Method Details
-
isValid
Validate an object.- Parameters:
object
- object to be validated- Returns:
- true if the object is valid, false otherwise
-