|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintValidation | |
|---|---|
| org.apache.bval.jsr303 | |
| org.apache.bval.jsr303.extensions | |
| Uses of ConstraintValidation in org.apache.bval.jsr303 |
|---|
| Methods in org.apache.bval.jsr303 that return ConstraintValidation | |
|---|---|
ConstraintValidation<?> |
GroupValidationContext.getConstraintValidation()
Get the ConstraintValidation. |
| Methods in org.apache.bval.jsr303 with parameters of type ConstraintValidation | ||
|---|---|---|
void |
ConstraintValidation.addComposed(ConstraintValidation<?> aConstraintValidation)
Add a composing constraint. |
|
|
BaseAppendValidation.append(ConstraintValidation<T> validation)
Append a ConstraintValidation. |
|
|
AppendValidation.append(ConstraintValidation<T> validation)
Append a ConstraintValidation. |
|
abstract
|
BaseAppendValidation.performAppend(ConstraintValidation<T> validation)
Performs the actual "appending" operation to the underlying data structure that holds the validations. |
|
|
AppendValidationToMeta.performAppend(ConstraintValidation<T> validation)
Performs the actual "appending" operation to the underlying data structure that holds the validations. |
|
|
AppendValidationToBuilder.performAppend(ConstraintValidation<T> validation)
Performs the actual "appending" operation to the underlying data structure that holds the validations. |
|
|
BaseAppendValidation.postProcessValidation(ConstraintValidation<T> validation)
Post-process the validation once it has been appended. |
|
|
BaseAppendValidation.preProcessValidation(ConstraintValidation<T> validation)
Pre-process the validation before appending it. |
|
|
AppendValidationToBuilder.preProcessValidation(ConstraintValidation<T> validation)
Pre-process the validation before appending it. |
|
void |
GroupValidationContext.setConstraintValidation(ConstraintValidation<?> constraint)
Set the ConstraintValidation. |
|
| Constructors in org.apache.bval.jsr303 with parameters of type ConstraintValidation | |
|---|---|
ConstraintValidatorContextImpl(GroupValidationContext<?> validationContext,
ConstraintValidation<?> aConstraintValidation)
Create a new ConstraintValidatorContextImpl instance. |
|
| Uses of ConstraintValidation in org.apache.bval.jsr303.extensions |
|---|
| Methods in org.apache.bval.jsr303.extensions that return types with arguments of type ConstraintValidation | |
|---|---|
List<ConstraintValidation<?>> |
AppendValidationToList.getValidations()
Get the list of cached validations. |
| Methods in org.apache.bval.jsr303.extensions with parameters of type ConstraintValidation | ||
|---|---|---|
|
AppendValidationToList.performAppend(ConstraintValidation<T> validation)
Performs the actual "appending" operation to the underlying data structure that holds the validations. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||