Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
Modifier and Type | Method and Description |
---|---|
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addNode(String name)
Add a node to the path the
ConstraintViolation will be associated to. |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addNode(String name)
Add a node to the path the
ConstraintViolation will be associated to. |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addNode(String name)
Add a node to the path the
ConstraintViolation will be associated to. |
Copyright © 2007-2013. All Rights Reserved.