Uses of Interface
io.helidon.validation.ConstraintViolation
Packages that use ConstraintViolation
-
Uses of ConstraintViolation in io.helidon.validation
Methods in io.helidon.validation that return types with arguments of type ConstraintViolationModifier and TypeMethodDescriptionValidationException.violations()List of constraint violations that caused this exception, nevernull.ValidationResponse.violations()All violations of this response.Constructor parameters in io.helidon.validation with type arguments of type ConstraintViolationModifierConstructorDescriptionValidationException(String message, List<ConstraintViolation> violations) Create a new exception with a descriptive message and a list of violations.