Interface Validator.ValidatorFunction<O>
- Type Parameters:
O- the object type to validate
- Enclosing class:
Validator
private static interface Validator.ValidatorFunction<O>
A validation function, to point generically to the private validation functions defined by this class.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
validate
Validate the given object.- Parameters:
object- the object to validatemsgContext- the context of the message/validate element for better location by the caller, ignored if empty or null
-