Uses of Class
org.apache.bval.jsr303.ConstraintValidation

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.
<T extends Annotation>
void
BaseAppendValidation.append(ConstraintValidation<T> validation)
          Append a ConstraintValidation.
<T extends Annotation>
void
AppendValidation.append(ConstraintValidation<T> validation)
          Append a ConstraintValidation.
abstract
<T extends Annotation>
void
BaseAppendValidation.performAppend(ConstraintValidation<T> validation)
          Performs the actual "appending" operation to the underlying data structure that holds the validations.
<T extends Annotation>
void
AppendValidationToMeta.performAppend(ConstraintValidation<T> validation)
          Performs the actual "appending" operation to the underlying data structure that holds the validations.
<T extends Annotation>
void
AppendValidationToBuilder.performAppend(ConstraintValidation<T> validation)
          Performs the actual "appending" operation to the underlying data structure that holds the validations.
<T extends Annotation>
void
BaseAppendValidation.postProcessValidation(ConstraintValidation<T> validation)
          Post-process the validation once it has been appended.
<T extends Annotation>
void
BaseAppendValidation.preProcessValidation(ConstraintValidation<T> validation)
          Pre-process the validation before appending it.
<T extends Annotation>
void
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
<T extends Annotation>
void
AppendValidationToList.performAppend(ConstraintValidation<T> validation)
          Performs the actual "appending" operation to the underlying data structure that holds the validations.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.