Interface | Description |
---|---|
ApacheValidatorConfiguration |
Description: Uniquely identify Apache BVal in the Bean Validation bootstrap
strategy.
|
ApacheValidatorConfiguration.Properties |
Proprietary property keys for
ConfigurationImpl |
AppendValidation |
Description: unified interface to accumulate
ConstraintValidation s
to varied targets. |
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. |
GroupValidationContext<T> |
Description: JSR-303
ValidationContext extension. |
Jsr303Features |
Description: Contains MetaBean feature keys of additional features used in the implementation
of JSR303
|
Jsr303Features.Bean |
JSR303 bean features
|
Jsr303Features.Property |
JSR303 Property features
|
Class | Description |
---|---|
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. |
ApacheValidationProvider |
Description: Implementation of
ValidationProvider for jsr303
implementation of the apache-validation framework. |
ApacheValidatorFactory |
Description: a factory is a complete configurated object that can create
validators.
This instance is not thread-safe. |
AppendValidationToBuilder | |
AppendValidationToMeta | |
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).
|
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.
|
ConstraintDescriptorImpl<T extends Annotation> |
Description: immutable, serializable implementation of ConstraintDescriptor
interface of JSR303
User: roman.stumm Date: 22.04.2010 Time: 10:21:23 |
ConstraintValidation<T extends Annotation> |
Description: Adapter between Constraint (JSR303) and Validation (Core)
this instance is immutable! |
ConstraintValidationListener<T> | |
ConstraintValidatorContextImpl |
Description: Short-lived
ConstraintValidatorContext implementation passed by
a ConstraintValidation to its adapted ConstraintValidator . |
DefaultConstraintValidatorFactory |
Description: create constraint instances with the default / no-arg constructor
|
DefaultMessageInterpolator |
Description: Resource bundle backed message interpolator.
|
DefaultValidationProviderResolver | |
ElementDescriptorImpl |
Description: MetaData class
|
GraphBeanIdentity |
Class that stores the needed properties to avoid circular paths when
validating an object graph.
|
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)
|
Enum | Description |
---|---|
ConstraintAnnotationAttributes |
Defines the well-known attributes of
Constraint annotations. |
Exception | Description |
---|---|
IncompatiblePropertyValueException |
Internal exception thrown when trying to validate a value for a property for which it is not assignment-compatible.
|
UnknownPropertyException |
Internal exception thrown when trying to access a property that doesn't exist
in a bean.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.