Uses of Class
org.hibernate.validator.InvalidValue

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, Set<Object> circularityState)
          apply constraints on a bean instance and return all the failures.
 InvalidValue[] ClassValidator.getInvalidValues(T bean, String propertyName)
          Apply constraints of a particular property on a bean instance and return all the failures.
 InvalidValue[] ClassValidator.getPotentialInvalidValues(String propertyName, 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, String className)