public static interface ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Modifier and Type | Method and Description |
---|---|
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext |
addBeanNode()
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. |
ConstraintValidatorContext |
addConstraintViolation()
Adds the new
ConstraintViolation to be generated if the
constraint validator mark the value as invalid. |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext |
addNode(String name)
Deprecated.
since 1.1 - replaced by
addPropertyNode(String)
and addBeanNode() |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext |
addPropertyNode(String name)
Adds a property node to the path the
ConstraintViolation
will be associated to. |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder |
inIterable()
Marks the node as being in an
Iterable or a Map . |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder inIterable()
Iterable
or a Map
.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext addNode(String name)
ConstraintViolation
will be associated to.
name
describes a single property. In particular,
dot (.) is not allowed.name
- property namename
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext addPropertyNode(String name)
ConstraintViolation
will be associated to.
name
describes a single property. In particular,
dot (.) is not allowed.name
- property namename
IllegalArgumentException
- if the name is nullConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext addBeanNode()
ConstraintViolation
will be associated to.
Note that bean nodes are always leaf nodes.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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.