Interface ValidatorDefinition


public interface ValidatorDefinition
Defines attributes for Validator implementation.
Since:
2.3.0
  • Method Details

    • getValidator

      Validator getValidator(ServiceType serviceType)
      Returns an instance of this Validator.
    • getLabel

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

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