Class AbstractValidator<C,​T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected <C> constraintType, <T> valueType,  messageKey, JavaScriptSupport javaScriptSupport)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <C> getConstraintType()
      Returns the type of constraint value used with this validator.
      getMessageKey()
      Returns the message key, within the validation messages, normally used by this validator.
      <T> getValueType()
      Returns the value type associated with this validator.
      boolean isRequired()
      Return false, which is correct for the vast majority of validators.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,