|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidValue | |
|---|---|
| org.hibernate.validator | |
| Uses of InvalidValue in org.hibernate.validator |
|---|
| Methods in org.hibernate.validator that return InvalidValue | |
|---|---|
InvalidValue[] |
InvalidStateException.getInvalidValues()
|
InvalidValue[] |
ClassValidator.getInvalidValues(T bean)
apply constraints on a bean instance and return all the failures. |
protected InvalidValue[] |
ClassValidator.getInvalidValues(T bean,
java.util.Set<java.lang.Object> circularityState)
apply constraints on a bean instance and return all the failures. |
InvalidValue[] |
ClassValidator.getInvalidValues(T bean,
java.lang.String propertyName)
Apply constraints of a particular property on a bean instance and return all the failures. |
InvalidValue[] |
ClassValidator.getPotentialInvalidValues(java.lang.String propertyName,
java.lang.Object value)
Apply constraints of a particular property value of a bean type and return all the failures. |
| Constructors in org.hibernate.validator with parameters of type InvalidValue | |
|---|---|
InvalidStateException(InvalidValue[] invalidValues)
|
|
InvalidStateException(InvalidValue[] invalidValues,
java.lang.String className)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||