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.
AnnotationProcessor
          Description: implements uniform handling of JSR303 Constraint annotations, including composed constraints and the resolution of ConstraintValidator implementations.
ApacheFactoryContext
          Description: Represents the context that is used to create ClassValidator instances.
ApacheValidatorConfiguration
          Description: Uniquely identify Apache BVal 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.
CascadingPropertyValidator
          Per the bean validation spec, Valid is not honored by the Validator.validateProperty(Object, String, Class...) and Validator.validateValue(Class, String, Object, Class...) methods.
ConfigurationImpl
          Description: used to configure apache-validation for jsr303.
ConstraintAnnotationAttributes
          Defines the well-known attributes of Constraint annotations.
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.
CascadingPropertyValidator
          Per the bean validation spec, Valid is not honored by the Validator.validateProperty(Object, String, Class...) and Validator.validateValue(Class, String, Object, Class...) methods.
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
ConfigurationImpl
          Description: used to configure apache-validation for jsr303.
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-2014 The Apache Software Foundation. All Rights Reserved.