public static interface ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ConstraintValidatorContext |
addConstraintViolation()
Adds the new
ConstraintViolation to be generated if the
constraint validator mark the value as invalid. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext |
inContainer(Class<?> containerClass,
Integer typeArgumentIndex)
Marks the node as being in a container such as a
List, Map or
Optional. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder |
inIterable()
Marks the node as being in an iterable, e.g. array,
Iterable or a
Map. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder inIterable()
Iterable or a
Map.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext inContainer(Class<?> containerClass, Integer typeArgumentIndex)
List, Map or
Optional.containerClass - the type of the containertypeArgumentIndex - type index of the concerned 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 fromCopyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.