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.
 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.
<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
AppendValidationToBuilder.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
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.
 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
<T extends Annotation>
void
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.
 



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