public static interface ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
Modifier and Type | Method and Description |
---|---|
ConstraintValidatorContext |
addConstraintViolation()
Adds the new
ConstraintViolation to be generated if the
constraint validator mark the value as invalid. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder |
inIterable()
Marks the node as being in an
Iterable or a Map . |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder inIterable()
Iterable
or a Map
.ConstraintValidatorContext addConstraintViolation()
ConstraintViolation
to be generated if the
constraint validator mark the value as invalid.
Methods of the ConstraintViolationBuilder
instance this object
comes from and the constraint violation builder nested
objects throw IllegalStateException
after this call.ConstraintValidatorContext
instance the
ConstraintViolationBuilder
comes fromCopyright © 2017 JBoss by Red Hat. All rights reserved.