Package | Description |
---|---|
org.apache.bval.jsr |
Modifier and Type | Method and Description |
---|---|
ConstraintValidation<?> |
GroupValidationContext.getConstraintValidation()
Get the
ConstraintValidation . |
Modifier and Type | Method and Description |
---|---|
List<ConstraintValidation<?>> |
AppendValidationToList.getValidations()
Get the list of cached validations.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstraintValidation.addComposed(ConstraintValidation<?> aConstraintValidation)
Add a composing constraint.
|
<T extends Annotation> |
AppendValidation.append(ConstraintValidation<T> validation)
Append a
ConstraintValidation . |
<T extends Annotation> |
BaseAppendValidation.append(ConstraintValidation<T> validation)
Append a
ConstraintValidation . |
<T extends Annotation> |
AppendValidationToMeta.performAppend(ConstraintValidation<T> validation)
Performs the actual "appending" operation to the underlying data
structure that holds the validations.
|
abstract <T extends Annotation> |
BaseAppendValidation.performAppend(ConstraintValidation<T> validation)
Performs the actual "appending" operation to the underlying data
structure that holds the validations.
|
<T extends Annotation> |
AppendValidationToBuilder.performAppend(ConstraintValidation<T> validation)
Performs the actual "appending" operation to the underlying data
structure that holds the validations.
|
<T extends Annotation> |
AppendValidationToList.performAppend(ConstraintValidation<T> validation)
Performs the actual "appending" operation to the underlying data
structure that holds the validations.
|
<T extends Annotation> |
BaseAppendValidation.postProcessValidation(ConstraintValidation<T> validation)
Post-process the validation once it postProcessValidationhas been appended.
|
<T extends Annotation> |
BaseAppendValidation.preProcessValidation(ConstraintValidation<T> validation)
Pre-process the validation before appending it.
|
<T extends Annotation> |
AppendValidationToBuilder.preProcessValidation(ConstraintValidation<T> validation)
Pre-process the validation before appending it.
|
void |
GroupValidationContext.setConstraintValidation(ConstraintValidation<?> constraint)
Set the
ConstraintValidation . |
Constructor and Description |
---|
ConstraintValidatorContextImpl(GroupValidationContext<?> validationContext,
ConstraintValidation<?> aConstraintValidation)
Create a new ConstraintValidatorContextImpl instance.
|
Constructor and Description |
---|
CrossParameterDescriptorImpl(MetaBean bean,
Collection<ConstraintValidation<?>> list) |
ReturnValueDescriptorImpl(MetaBean metaBean,
Class<?> returnType,
Collection<ConstraintValidation<?>> list,
boolean cascaded) |
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.