Uses of Interface
javax.validation.ConstraintValidatorContext
Packages that use ConstraintValidatorContext
-
Uses of ConstraintValidatorContext in javax.validation
Methods in javax.validation that return ConstraintValidatorContextModifier and TypeMethodDescriptionConstraintValidatorContext.ConstraintViolationBuilder.addConstraintViolation()
Adds the newConstraintViolation
to be generated if the constraint validator marks the value as invalid.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext.addConstraintViolation()
Adds the newConstraintViolation
to be generated if the constraint validator mark the value as invalid.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext.addConstraintViolation()
Adds the newConstraintViolation
to be generated if the constraint validator marks the value as invalid.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder.addConstraintViolation()
Adds the newConstraintViolation
to be generated if the constraint validator mark the value as invalid.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext.addConstraintViolation()
Adds the newConstraintViolation
to be generated if the constraint validator mark the value as invalid.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext.addConstraintViolation()
Adds the newConstraintViolation
to be generated if the constraint validator marks the value as invalid.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder.addConstraintViolation()
Adds the newConstraintViolation
to be generated if the constraint validator mark the value as invalid.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addConstraintViolation()
Adds the newConstraintViolation
to be generated if the constraint validator mark the value as invalid.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addConstraintViolation()
Adds the newConstraintViolation
to be generated if the constraint validator marks the value as invalid.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addConstraintViolation()
Adds the newConstraintViolation
to be generated if the constraint validator mark the value as invalid.Methods in javax.validation with parameters of type ConstraintValidatorContextModifier and TypeMethodDescriptionboolean
ConstraintValidator.isValid
(T value, ConstraintValidatorContext context) Implements the validation logic.