|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintValidatorContext | |
---|---|
javax.validation | Top level package of the Bean Validation API. |
Uses of ConstraintValidatorContext in javax.validation |
---|
Methods in javax.validation that return ConstraintValidatorContext | |
---|---|
ConstraintValidatorContext |
ConstraintValidatorContext.ConstraintViolationBuilder.addConstraintViolation()
Add the new ConstraintViolation to be generated if the
constraint validator marks the value as invalid. |
ConstraintValidatorContext |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext.addConstraintViolation()
Add the new ConstraintViolation to be generated if the
constraint validator marks the value as invalid. |
ConstraintValidatorContext |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext.addConstraintViolation()
Add the new ConstraintViolation to be generated if the
constraint validator mark the value as invalid. |
ConstraintValidatorContext |
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder.addConstraintViolation()
Add the new ConstraintViolation to be generated if the
constraint validator mark the value as invalid. |
ConstraintValidatorContext |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addConstraintViolation()
Add the new ConstraintViolation to be generated if the
constraint validator marks the value as invalid. |
ConstraintValidatorContext |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addConstraintViolation()
Add the new ConstraintViolation to be generated if the
constraint validator mark the value as invalid. |
ConstraintValidatorContext |
ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addConstraintViolation()
Add the new ConstraintViolation to be generated if the
constraint validator mark the value as invalid. |
Methods in javax.validation with parameters of type ConstraintValidatorContext | |
---|---|
boolean |
ConstraintValidator.isValid(T value,
ConstraintValidatorContext context)
Implement the validation logic. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |