public interface SimpleValidator
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The validation code.
|
String |
getFailMessage(Object element)
The fail message to use.
|
String |
getSuccessMessage(Object element)
The success message to use.
|
boolean |
validate(Object element)
Validates the element.
|
Copyright © 2017. All rights reserved.