Interface ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext

    • Method Detail

      • addConstraintViolation

        ConstraintValidatorContext addConstraintViolation()
        Adds the new ConstraintViolation to be generated if the constraint validator marks 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.

        Returns:
        ConstraintValidatorContext instance the ConstraintViolationBuilder comes from