Class Contain.Validator
- java.lang.Object
-
- com.xebialabs.deployit.plugin.api.validation.Contain.Validator
-
-
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[]
getValue()
void
validate(java.lang.Object object, ValidationContext context)
-
-
-
Method Detail
-
validate
public void validate(java.lang.Object object, ValidationContext context)
-
getMessage
public java.lang.String getMessage()
-
getValue
public java.lang.String[] getValue()
-
-