|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ConstraintValidatorContext.ConstraintViolationBuilder
ConstraintViolation
builder allowing to optionally associate
the violation report to a sub path.
To create the ConstraintViolation
, one must call either one of
the #addConstraintViolation() methods available in one of the
interfaces of the fluent API.
If another method is called after #addConstraintViolation() on
ConstraintViolationBuilder
or any of its associated objects
an IllegalStateException
is raised.
Nested Class Summary | |
---|---|
static interface |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Represent a node whose context is configurable (ie index, key and isInIterable) |
static interface |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
Represent a node whose context is known (ie index, key and isInIterable) |
static interface |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Represent refinement choices for a node which is in an Iterator |
Method Summary | |
---|---|
ConstraintValidatorContext |
addConstraintViolation()
Add the new ConstraintViolation to be generated if the
constraint validator marks the value as invalid. |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext |
addNode(java.lang.String name)
Add a node to the path the ConstraintViolation will be associated to. |
Method Detail |
---|
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext addNode(java.lang.String name)
ConstraintViolation
will be associated to.
name
describes a single property. In particular,
dot (.) is not allowed.
name
- property name
name
ConstraintValidatorContext addConstraintViolation()
ConstraintViolation
to be generated if the
constraint validator marks the value as invalid.
Methods of this ConstraintViolationBuilder
instance and its nested
objects return IllegalStateException
from now on.
ConstraintValidatorContext
instance the
ConstraintViolationBuilder
comes from
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41