Interface ValidatorDefinition


public interface ValidatorDefinition
Deprecated.
Since 2.3.0, replaced by ValidatorDefinition.
Defines attributes for Validator implementation.
Since:
2.1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    com.onwbp.base.text.UserMessage
    Deprecated.
    Returns the description of this Validator.
    com.onwbp.base.text.UserMessage
    Deprecated.
    Returns the label of this Validator.
    Deprecated.
    Returns an instance of this Validator.
  • Method Details

    • getValidator

      Validator getValidator(Operation operation)
      Deprecated.
      Returns an instance of this Validator.
    • getLabel

      com.onwbp.base.text.UserMessage getLabel()
      Deprecated.
      Returns the label of this Validator.
    • getDescription

      com.onwbp.base.text.UserMessage getDescription()
      Deprecated.
      Returns the description of this Validator.