validate(T value) Invoked after the client-submitted value has been
Translator translated to check that
the value conforms to expectations (often, in terms of minimum or maximum value).
Invoked after the client-submitted value has been
Translator translated to check that
the value conforms to expectations (often, in terms of minimum or maximum value). If and only
if the value is approved by all Validators is the value applied by the field.
Parameters: value - the translated value supplied by the user throws: ValidationException - if the value violates the constraint