- Type Parameters:
T- the value type
public static interface Value.Validator<T>
A
Value.Validator for Values.-
Method Summary
-
Method Details
-
validate
Validates the given value.- Parameters:
value- the value to validate- Throws:
IllegalArgumentException- in case of an invalid value
-