public static interface ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder inIterable()
Iterable or a
 Map.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext inContainer(java.lang.Class<?> containerClass, java.lang.Integer typeArgumentIndex)
List, Map or
 Optional.containerClass - the type of the containertypeArgumentIndex - type index of the concerned type argumentjava.lang.IllegalArgumentException - if the index is not validConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext addNode(java.lang.String name)
addPropertyNode(String)
             and addBeanNode()ConstraintViolation will be associated to.
 name describes a single property. In particular,
 dot (.) is not allowed.name - property namenameConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext addPropertyNode(java.lang.String name)
ConstraintViolation
 will be associated to.
 name describes a single property. In particular,
 dot (.) is not allowed.name - property namenamejava.lang.IllegalArgumentException - 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(java.lang.String name, java.lang.Class<?> containerType, java.lang.Integer typeArgumentIndex)
ConstraintViolation
 will be associated to.name - the node namecontainerType - the type of the containertypeArgumentIndex - the index of the type argumentjava.lang.IllegalArgumentException - 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 from