A trait that can be applied to make any object Validateable
| Type | Name and description |
|---|---|
org.springframework.validation.Errors |
errors |
| Type | Name and description |
|---|---|
void |
clearErrors() |
static boolean |
defaultNullable() |
static java.util.Map<java.lang.String, grails.validation.ConstrainedProperty> |
getConstraintsMap() |
org.springframework.validation.Errors |
getErrors() |
java.lang.Boolean |
hasErrors() |
static boolean |
isPropertyGetter(java.lang.reflect.Method method)Public, non-static getters without parameters should be considered validateable properties |
boolean |
validate() |
boolean |
validate(java.util.List fieldsToValidate) |
Public, non-static getters without parameters should be considered validateable properties