Interface ValidationExtension
public interface ValidationExtension
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic class -
Method Summary
Modifier and TypeMethodDescriptionIMPORTANT: this method must not fail but rather return the errors through the result instance.
-
Method Details
-
validate
IMPORTANT: this method must not fail but rather return the errors through the result instance.- Parameters:
context- the current validated context.- Returns:
- the validation result, mainly errors.
-