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