Uses of Interface
jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
Packages that use ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
Package
Description
Top level package of the Jakarta Bean Validation API.
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
-
Uses of ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext in jakarta.validation
Methods in jakarta.validation that return ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContextModifier and TypeMethodDescriptionConstraintValidatorContext.ConstraintViolationBuilder.addBeanNode()Adds a bean node (class-level) to the path theConstraintViolationwill be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext.addBeanNode()Adds a bean node (class-level) to the path theConstraintViolationwill be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext.addBeanNode()Adds a bean node (class-level) to the path theConstraintViolationwill be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder.addBeanNode()Adds a bean node (class-level) to the path theConstraintViolationwill be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addBeanNode()Adds a bean node (class-level) to the path theConstraintViolationwill be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addBeanNode()Adds a bean node (class-level) to the path theConstraintViolationwill be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addBeanNode()Adds a bean node (class-level) to the path theConstraintViolationwill be associated to.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext.inContainer(Class<?> containerClass, Integer typeArgumentIndex) Marks the node as being in a container such as aList,MaporOptional. -
Uses of ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext in org.hibernate.validator.internal.engine.constraintvalidation
Methods in org.hibernate.validator.internal.engine.constraintvalidation that return ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContextModifier and TypeMethodDescriptionConstraintValidatorContextImpl.ConstraintViolationBuilderImpl.addBeanNode()ConstraintValidatorContextImpl.NodeBuilder.addBeanNode()