A validator adapter that applies translates the constraint errors into the Errors object of a GORM entity
| Type | Name and description |
|---|---|
Validator |
thisValidator |
| Constructor and description |
|---|
GormValidatorAdapter
(Validator targetValidator) |
| Type | Name and description |
|---|---|
ExecutableValidator |
forExecutables() |
java.util.Set<ConstraintViolation<T>> |
validate(T object, java.lang.Class<?>[] groups) |