Uses of Interface
org.apache.bval.model.Validation

Packages that use Validation
org.apache.bval.jsr303   
org.apache.bval.jsr303.extensions   
org.apache.bval.model   
org.apache.bval.routines   
org.apache.bval.xml   
 

Uses of Validation in org.apache.bval.jsr303
 

Classes in org.apache.bval.jsr303 that implement Validation
 class ConstraintValidation<T extends Annotation>
          Description: Adapter between Constraint (JSR303) and Validation (Core)
this instance is immutable!
 

Methods in org.apache.bval.jsr303 with parameters of type Validation
protected static Set<ConstraintDescriptor<?>> ElementDescriptorImpl.getConstraintDescriptors(Validation[] validations)
          Get a set of ConstraintDescriptors from the specified array of Validations.
 

Constructors in org.apache.bval.jsr303 with parameters of type Validation
ElementDescriptorImpl(Class<?> elementClass, Validation[] validations)
          Create a new ElementDescriptorImpl instance.
ElementDescriptorImpl(MetaBean metaBean, Class<?> elementClass, Validation[] validations)
          Create a new ElementDescriptorImpl instance.
 

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

Constructors in org.apache.bval.jsr303.extensions with parameters of type Validation
ConstructorDescriptorImpl(Class<?> elementClass, Validation[] validations)
          Create a new ConstructorDescriptorImpl instance.
ConstructorDescriptorImpl(MetaBean metaBean, Validation[] validations)
          Create a new ConstructorDescriptorImpl instance.
MethodDescriptorImpl(Class<?> elementClass, Validation[] validations)
          Create a new MethodDescriptorImpl instance.
MethodDescriptorImpl(MetaBean metaBean, Validation[] validations)
          Create a new MethodDescriptorImpl instance.
ParameterDescriptorImpl(Class<?> elementClass, Validation[] validations)
          Create a new ParameterDescriptorImpl instance.
ParameterDescriptorImpl(MetaBean metaBean, Validation[] validations)
          Create a new ParameterDescriptorImpl instance.
 

Uses of Validation in org.apache.bval.model
 

Methods in org.apache.bval.model that return Validation
 Validation[] FeaturesCapable.getValidations()
          Get any validations set for this FeaturesCapable.
 

Methods in org.apache.bval.model with parameters of type Validation
 void FeaturesCapable.addValidation(Validation validation)
          Add a validation to this FeaturesCapable.
 boolean FeaturesCapable.hasValidation(Validation aValidation)
          Search for an equivalent validation among those configured.
 void FeaturesCapable.setValidations(Validation[] validations)
          Set the validations for this FeaturesCapable.
 

Uses of Validation in org.apache.bval.routines
 

Classes in org.apache.bval.routines that implement Validation
 class EMailValidation
          Description: example validation for email addresses using a regular expression
 class NOPValidation
          Description: DO NOTHING VALIDATION (can be used to turn off standard validation)
 class StandardValidation
          Description: This class implements the standard validations for properties! You can subclass this class and replace the implementation in the beanInfo-xml by providing it a validation "standard"
 

Uses of Validation in org.apache.bval.xml
 

Methods in org.apache.bval.xml that return Validation
 Validation XMLMetaValidator.getValidation()
           
 

Methods in org.apache.bval.xml with parameters of type Validation
 void XMLMetaValidator.setValidation(Validation validation)
           
 



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