Class Size.Validator
- java.lang.Object
-
- com.xebialabs.deployit.plugin.api.validation.Size.Validator
-
-
Constructor Summary
Constructors Constructor Description Validator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMax()
java.lang.String
getMessage()
int
getMin()
void
validate(java.lang.Object value, ValidationContext context)
-
-
-
Method Detail
-
validate
public void validate(java.lang.Object value, ValidationContext context)
-
getMin
public int getMin()
-
getMax
public int getMax()
-
getMessage
public java.lang.String getMessage()
-
-