Interface ValidatorDefinition
-
public interface ValidatorDefinitionDeprecated.Since 2.3.0, replaced byValidatorDefinition.Defines attributes forValidatorimplementation.- Since:
- 2.1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetDescription()Deprecated.Returns the description of thisValidator.com.onwbp.base.text.UserMessagegetLabel()Deprecated.Returns the label of thisValidator.ValidatorgetValidator(Operation operation)Deprecated.Returns an instance of thisValidator.
-
-
-
Method Detail
-
getValidator
Validator getValidator(Operation operation)
Deprecated.Returns an instance of thisValidator.
-
getLabel
com.onwbp.base.text.UserMessage getLabel()
Deprecated.Returns the label of thisValidator.
-
getDescription
com.onwbp.base.text.UserMessage getDescription()
Deprecated.Returns the description of thisValidator.
-
-