Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
Modifier and Type | Method and Description |
---|---|
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder.atIndex(Integer index)
Defines the index the object is into the
List or array |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder.atKey(Object key)
Defines the key the object is into the
Map . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.