Uses of Interface
javax.validation.ConstraintViolation
Packages that use ConstraintViolation
-
Uses of ConstraintViolation in javax.validation
Fields in javax.validation with type parameters of type ConstraintViolationModifier and TypeFieldDescriptionprivate final Set<ConstraintViolation<?>> ConstraintViolationException.constraintViolationsMethods in javax.validation that return types with arguments of type ConstraintViolationModifier and TypeMethodDescriptionConstraintViolationException.getConstraintViolations()<T> Set<ConstraintViolation<T>> <T> Set<ConstraintViolation<T>> Validator.validateProperty(T object, String propertyName, Class<?>... groups) <T> Set<ConstraintViolation<T>> Validator.validateValue(Class<T> beanType, String propertyName, Object value, Class<?>... groups) Constructor parameters in javax.validation with type arguments of type ConstraintViolationModifierConstructorDescriptionConstraintViolationException(String message, Set<ConstraintViolation<?>> constraintViolations) ConstraintViolationException(Set<ConstraintViolation<?>> constraintViolations)