Uses of Package
org.apache.bval.jsr303

Packages that use org.apache.bval.jsr303
org.apache.bval.jsr303   
org.apache.bval.jsr303.extensions   
org.apache.bval.jsr303.util   
org.apache.bval.jsr303.xml   
 

Classes in org.apache.bval.jsr303 used by org.apache.bval.jsr303
AnnotationConstraintBuilder
          Description: helper class that builds a ConstraintValidation or its composite constraint validations by parsing the jsr303-annotations and providing information (e.g.
ApacheFactoryContext
          Description: Represents the context that is used to create ClassValidator instances.
ApacheValidatorConfiguration
          Description: Uniquely identify Apache Bean Validation in the Bean Validation bootstrap strategy.
ApacheValidatorFactory
          Description: a factory is a complete configurated object that can create validators.
This instance is not thread-safe.
AppendValidation
          Description: unified interface to accumulate ConstraintValidations to varied targets.
BaseAppendValidation
          Abstract base validation appender that initializes the ConstraintValidation.getValidator() on post-processing.
BeanDescriptorImpl
          Description: Implements BeanDescriptor.
ConfigurationImpl
          Description: used to configure apache-validation for jsr303.
ConstraintCached
          Description: hold the relationship annotation->validatedBy[] ConstraintValidator classes that are already parsed in a cache.
ConstraintDefaults
          Description: Provides access to the default constraints/validator implementation classes built into the framework.
ConstraintValidation
          Description: Adapter between Constraint (JSR303) and Validation (Core)
this instance is immutable!
ConstraintValidationListener
          Description: JSR-303 ValidationListener implementation; provides ConstraintViolations.
ElementDescriptorImpl
          Description: MetaData class
GroupValidationContext
          Description: JSR-303 ValidationContext extension.
 

Classes in org.apache.bval.jsr303 used by org.apache.bval.jsr303.extensions
ApacheFactoryContext
          Description: Represents the context that is used to create ClassValidator instances.
AppendValidation
          Description: unified interface to accumulate ConstraintValidations to varied targets.
BaseAppendValidation
          Abstract base validation appender that initializes the ConstraintValidation.getValidator() on post-processing.
BeanDescriptorImpl
          Description: Implements BeanDescriptor.
ClassValidator
          Objects of this class are able to validate bean instances (and the associated object graphs).
ConstraintValidation
          Description: Adapter between Constraint (JSR303) and Validation (Core)
this instance is immutable!
ElementDescriptorImpl
          Description: MetaData class
Jsr303MetaBeanFactory
          Description: process the class annotations for JSR303 constraint validations to build the MetaBean with information from annotations and JSR303 constraint mappings (defined in xml)
 

Classes in org.apache.bval.jsr303 used by org.apache.bval.jsr303.util
ConstraintValidatorContextImpl
          Description: Short-lived ConstraintValidatorContext implementation passed by a ConstraintValidation to its adapted ConstraintValidator.
 

Classes in org.apache.bval.jsr303 used by org.apache.bval.jsr303.xml
ApacheValidatorFactory
          Description: a factory is a complete configurated object that can create validators.
This instance is not thread-safe.
ConfigurationImpl
          Description: used to configure apache-validation for jsr303.
 



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