public class RegExValidator extends PropertyValidatorBase
Constructor and Description |
---|
RegExValidator() |
Modifier and Type | Method and Description |
---|---|
void |
applyParams(HashMap<String,Object> params) |
String |
getRegEx() |
void |
setRegEx(String regEx) |
getNegativeMessage, getPositiveMessage, setNegativeMessage, setPositiveMessage, validate
public String getRegEx()
public void setRegEx(String regEx)
public void applyParams(HashMap<String,Object> params)
applyParams
in class PropertyValidatorBase