|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
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 Summary | |
---|---|
AnnotationConstraintBuilder<A extends Annotation> | 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. |
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 | Description: Adapt AnnotationConstraintBuilder to the AppendValidation interface. |
AppendValidationToMeta | Description: adapt any FeaturesCapable from the core meta-model to the AppendValidation interface. |
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 |
ConstraintFinderImpl | Description: Implementation of the fluent ElementDescriptor.ConstraintFinder interface. |
ConstraintValidation<T extends Annotation> | Description: Adapter between Constraint (JSR303) and Validation (Core) this instance is immutable! |
ConstraintValidationListener<T> | Description: JSR-303 ValidationListener implementation; provides ConstraintViolation s. |
ConstraintValidatorContextImpl | Description: Short-lived ConstraintValidatorContext implementation passed by
a ConstraintValidation to its adapted ConstraintValidator . |
ConstraintValidatorIdentity | Class that stores the needed properties to ensure that a validation is not checked more than once. |
ConstraintViolationImpl<T> | Description: Describe a constraint validation defect. From rootBean and propertyPath, it is possible to rebuild the context of the failure |
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. |
GroupValidationContextImpl<T> | Description: instance per validation process, not thread-safe |
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) |
PropertyDescriptorImpl | Description: PropertyDescriptor implementation. |
Enum Summary | |
---|---|
ConstraintAnnotationAttributes | Defines the well-known attributes of Constraint annotations. |
Exception Summary | |
---|---|
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. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |