Uses of Interface
jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
-
Uses of ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext in jakarta.validation
Modifier and TypeMethodDescriptionConstraintValidatorContext.ConstraintViolationBuilder.addBeanNode()
Adds a bean node (class-level) to the path theConstraintViolation
will be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext.addBeanNode()
Adds a bean node (class-level) to the path theConstraintViolation
will be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext.addBeanNode()
Adds a bean node (class-level) to the path theConstraintViolation
will be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder.addBeanNode()
Adds a bean node (class-level) to the path theConstraintViolation
will be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addBeanNode()
Adds a bean node (class-level) to the path theConstraintViolation
will be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addBeanNode()
Adds a bean node (class-level) to the path theConstraintViolation
will be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addBeanNode()
Adds a bean node (class-level) to the path theConstraintViolation
will be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext.inContainer
(Class<?> containerClass, Integer typeArgumentIndex) Marks the node as being in a container such as aList
,Map
orOptional
.