Class NotEmpty.Validator
- java.lang.Object
-
- com.xebialabs.deployit.plugin.api.validation.NotEmpty.Validator
-
- All Implemented Interfaces:
PatternValidator<java.lang.Object>
,Validator<java.lang.Object>
- Enclosing class:
- NotEmpty
public static class NotEmpty.Validator extends java.lang.Object implements PatternValidator<java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description Validator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
java.lang.String
getPattern()
void
validate(java.lang.Object value, ValidationContext context)
-
-
-
Method Detail
-
validate
public void validate(java.lang.Object value, ValidationContext context)
-
getPattern
public java.lang.String getPattern()
- Specified by:
getPattern
in interfacePatternValidator<java.lang.Object>
-
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage
in interfacePatternValidator<java.lang.Object>
-
-