Interface ValidatorDefinition


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

      • 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.