javax.validation
Interface ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext

Enclosing interface:
ConstraintValidatorContext.ConstraintViolationBuilder

public static interface ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext

Represent a node whose context is configurable (ie. index, key and isInIterable) and that is a leaf node (ie. no subnode can be added).

Since:
1.1

Method Summary
 ConstraintValidatorContext addConstraintViolation()
          Add the new ConstraintViolation to be generated if the constraint validator mark the value as invalid.
 ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder inIterable()
          Mark the node as being in an Iterable or a Map
 

Method Detail

inIterable

ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder inIterable()
Mark the node as being in an Iterable or a Map

Returns:
a builder representing iterable details

addConstraintViolation

ConstraintValidatorContext addConstraintViolation()
Add the new 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.

Returns:
ConstraintValidatorContext instance the ConstraintViolationBuilder comes from


Copyright © 2007-2013. All Rights Reserved.