| Package | Description |
|---|---|
| org.granite.tide | |
| org.granite.tide.hibernate | |
| org.granite.tide.seam | |
| org.granite.tide.spring | |
| org.granite.tide.validation | |
| org.granite.tide.validators |
| Modifier and Type | Method and Description |
|---|---|
InvalidValue[] |
TideServiceInvoker.validateObject(Object entity,
String propertyName,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static InvalidValue[] |
HibernateValidator.convertInvalidValues(org.hibernate.validator.InvalidValue[] values) |
InvalidValue[] |
HibernateValidator.getPotentialInvalidValues(Class<?> entityClass,
String propertyName,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
InvalidValue[] |
SeamServiceInvoker.validateObject(Object entity,
String propertyName,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static InvalidValue[] |
SpringValidationExceptionConverter.convertErrors(Errors errors) |
| Modifier and Type | Method and Description |
|---|---|
static InvalidValue[] |
BeanValidation.convertConstraintViolations(Set<ConstraintViolation<?>> constraintViolations) |
InvalidValue[] |
BeanValidation.getPotentialInvalidValues(Class<?> entityClass,
String propertyName,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
InvalidValue[] |
EntityValidator.getPotentialInvalidValues(Class<?> entityClass,
String propertyName,
Object value) |