Interface ValidatorDefinition
-
public interface ValidatorDefinitionDefines attributes forValidatorimplementation.- Since:
- 2.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetDescription()Returns the description of thisValidator.com.onwbp.base.text.UserMessagegetLabel()Returns the label of thisValidator.ValidatorgetValidator(ServiceType serviceType)Returns an instance of thisValidator.
-
-
-
Method Detail
-
getValidator
Validator getValidator(ServiceType serviceType)
Returns an instance of thisValidator.
-
getLabel
com.onwbp.base.text.UserMessage getLabel()
Returns the label of thisValidator.
-
getDescription
com.onwbp.base.text.UserMessage getDescription()
Returns the description of thisValidator.
-
-