Package | Description |
---|---|
javax.validation |
Modifier and Type | Method and Description |
---|---|
ConstraintValidatorContext |
ConstraintValidatorContext.ConstraintViolationBuilder.addConstraintViolation()
Add the new
ConstraintViolation to be generated if the
constraint validator marks 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. |
Modifier and Type | Method and Description |
---|---|
boolean |
ConstraintValidator.isValid(T value,
ConstraintValidatorContext context)
Implement the validation logic.
|
Copyright © 2007-2012. All Rights Reserved.