public static interface ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
If the container is an indexed collection or a map, the index or the key should be set.
The node is not necessarily a leaf node (i.e. subnodes can be added).
ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext atKey(Object key)
Map.key - map keyConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext atIndex(Integer index)
List or array.index - indexConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext addPropertyNode(String name)
ConstraintViolation
 will be associated to.
 name describes a single property. In particular,
 dot (.) is not allowed.name - property namenameIllegalArgumentException - if the name is nullConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext addBeanNode()
ConstraintViolation
 will be associated to.
 Note that bean nodes are always leaf nodes.
ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext addContainerElementNode(String name, Class<?> containerType, Integer typeArgumentIndex)
ConstraintViolation
 will be associated to.name - the node namecontainerType - the type of the containertypeArgumentIndex - the index of the type argumentIllegalArgumentException - if the index is not validConstraintValidatorContext 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 fromComments to: bean-validation-dev@eclipse.org.
 Copyright © 2019 Eclipse Foundation.
 Use is subject to EFSL; this spec is based on material that is licensed under the Apache License, version 2.0.