public class HibernateValidator extends Object implements EntityValidator
| Constructor and Description |
|---|
HibernateValidator() |
| Modifier and Type | Method and Description |
|---|---|
static InvalidValue[] |
convertInvalidValues(org.hibernate.validator.InvalidValue[] values) |
InvalidValue[] |
getPotentialInvalidValues(Class<?> entityClass,
String propertyName,
Object value) |
public HibernateValidator()
public InvalidValue[] getPotentialInvalidValues(Class<?> entityClass, String propertyName, Object value)
getPotentialInvalidValues in interface EntityValidatorpublic static InvalidValue[] convertInvalidValues(org.hibernate.validator.InvalidValue[] values)