Package jakarta.validation
Interface ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext
- Enclosing interface:
- ConstraintValidatorContext.ConstraintViolationBuilder
public static interface ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext
Represents a node whose context is known
(i.e. index, key and isInIterable)
and that is a leaf node (i.e. no subnode can be added).
- Since:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptionAdds the newConstraintViolation
to be generated if the constraint validator marks the value as invalid.
-
Method Details
-
addConstraintViolation
ConstraintValidatorContext addConstraintViolation()Adds the newConstraintViolation
to be generated if the constraint validator marks the value as invalid.Methods of the
ConstraintViolationBuilder
instance this object comes from and the constraint violation builder nested objects throwIllegalStateException
after this call.- Returns:
ConstraintValidatorContext
instance theConstraintViolationBuilder
comes from
-