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
<A extends Annotation>
boolean
AnnotationProcessor.processAnnotation(A annotation, Class<?> owner, AppendValidation appender)
          Convenience method to process a single class-level annotation.
<A extends Annotation>
boolean
AnnotationProcessor.processAnnotation(A annotation, MetaProperty prop, Class<?> owner, AccessStrategy access, AppendValidation appender)
          Process a single annotation.
 boolean AnnotationProcessor.processAnnotations(MetaProperty prop, Class<?> owner, AnnotatedElement element, AccessStrategy access, AppendValidation appender)
          Process JSR303 annotations.
 

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-2014 The Apache Software Foundation. All Rights Reserved.