Package javax.validation
Interface ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
- Enclosing interface:
- ConstraintValidatorContext.ConstraintViolationBuilder
public static interface ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
Represents a node whose context is
configurable (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 newConstraintViolationto be generated if the constraint validator mark the value as invalid.Marks the node as being in anIterableor aMap.
-
Method Details
-
inIterable
Marks the node as being in anIterableor aMap.- Returns:
- a builder representing iterable details
-
addConstraintViolation
ConstraintValidatorContext addConstraintViolation()Adds the newConstraintViolationto be generated if the constraint validator mark the value as invalid. Methods of theConstraintViolationBuilderinstance this object comes from and the constraint violation builder nested objects throwIllegalStateExceptionafter this call.- Returns:
ConstraintValidatorContextinstance theConstraintViolationBuildercomes from
-