|
||||||||||
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 . |
ConstraintValidation<?> |
GroupValidationContextImpl.getConstraintValidation()
Get the ConstraintValidation . |
ConstraintValidation<?> |
AnnotationConstraintBuilder.getConstraintValidation()
Get the configured ConstraintValidation . |
Methods in org.apache.bval.jsr303 that return types with arguments of type ConstraintValidation | |
---|---|
(package private) Set<ConstraintValidation<?>> |
ConstraintValidation.getComposingValidations()
Get the composing ConstraintValidation objects. |
Methods in org.apache.bval.jsr303 with parameters of type ConstraintValidation | ||
---|---|---|
void |
ConstraintValidation.addComposed(ConstraintValidation<?> aConstraintValidation)
Add a composing constraint. |
|
void |
AnnotationConstraintBuilder.addComposed(ConstraintValidation<?> composite)
initialize a child composite 'validation' with @OverridesAttribute from 'constraintValidation' and add to composites. |
|
|
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. |
|
|
AppendValidationToBuilder.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. |
|
|
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 . |
|
void |
GroupValidationContextImpl.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. |
Constructor parameters in org.apache.bval.jsr303 with type arguments of type ConstraintValidation | |
---|---|
ConstraintFinderImpl(MetaBean metaBean,
Set<ConstraintValidation<?>> constraintDescriptors)
Create a new ConstraintFinderImpl 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. |
Method parameters in org.apache.bval.jsr303.extensions with type arguments of type ConstraintValidation | |
---|---|
(package private) void |
MethodDescriptorImpl.addValidations(Collection<ConstraintValidation<?>> validations)
Add the specified validations to this MethodDescriptorImpl . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |