Interface ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder

  • Enclosing interface:
    ConstraintValidatorContext.ConstraintViolationBuilder


    public static interface ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
    Represents refinement choices for a node which is in an iterable, e.g. array, Iterable or Map.

    If the iterable 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).