Package | Description |
---|---|
jakarta.validation |
Top level package of the Jakarta Bean Validation API.
|
Modifier and Type | Method and Description |
---|---|
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.addBeanNode()
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addBeanNode()
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addBeanNode()
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addBeanNode()
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext.addBeanNode()
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext.addBeanNode()
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder.addBeanNode()
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext.inContainer(Class<?> containerClass,
Integer typeArgumentIndex)
Marks the node as being in a container such as a
List , Map or
Optional . |
Comments to: bean-validation-dev@eclipse.org.
Copyright © 2019,2020 Eclipse Foundation.
Use is subject to EFSL; this spec is based on material that is licensed under the Apache License, version 2.0.