Uses of Record Class
io.avaje.validation.ConstraintViolation
Packages that use ConstraintViolation
-
Uses of ConstraintViolation in io.avaje.validation
Methods in io.avaje.validation that return types with arguments of type ConstraintViolationModifier and TypeMethodDescriptionValidate the object returning the constraint violations.Validate the object returning the constraint violations.ConstraintViolationException.violations()
Return the constraint violations.Constructor parameters in io.avaje.validation with type arguments of type ConstraintViolationModifierConstructorDescriptionConstraintViolationException
(String message, Set<ConstraintViolation> violations, List<Class<?>> groups) Create with the given constraint violations -
Uses of ConstraintViolation in io.avaje.validation.adapter
Methods in io.avaje.validation.adapter that return types with arguments of type ConstraintViolation