Uses of Interface
org.apache.bval.jsr303.AppendValidation

Packages that use AppendValidation
org.apache.bval.jsr303   
org.apache.bval.jsr303.extensions   
 

Uses of AppendValidation in org.apache.bval.jsr303
 

Classes in org.apache.bval.jsr303 that implement AppendValidation
 class AppendValidationToBuilder
          Description: Adapt AnnotationConstraintBuilder to the AppendValidation interface.
 class AppendValidationToMeta
          Description: adapt any FeaturesCapable from the core meta-model to the AppendValidation interface.
 class BaseAppendValidation
          Abstract base validation appender that initializes the ConstraintValidation.getValidator() on post-processing.
 

Methods in org.apache.bval.jsr303 with parameters of type AppendValidation
protected
<A extends Annotation>
boolean
Jsr303MetaBeanFactory.applyConstraint(A annotation, Class<? extends ConstraintValidator<A,?>>[] constraintClasses, MetaProperty prop, Class<?> owner, AccessStrategy access, AppendValidation appender)
          Apply a constraint to the specified appender.
 

Uses of AppendValidation in org.apache.bval.jsr303.extensions
 

Classes in org.apache.bval.jsr303.extensions that implement AppendValidation
 class AppendValidationToList
          Description: AppendValidation implementation that acts as an intermediate cache of validations for further processing.
 



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