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. |
JsrFeatures |
Description: Contains MetaBean feature keys of additional features used in the implementation
of JSR303
|
JsrFeatures.Bean |
JSR303 bean features
|
JsrFeatures.Constructor | |
JsrFeatures.Method | |
JsrFeatures.Property |
JSR303 Property features
|
MethodDescriptor |
Description: This class will disappear when such
functionality is part of the JSR303 specification.
|
ProcedureDescriptor |
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 jsr
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 | |
AppendValidationToList |
Description:
AppendValidation implementation that acts as an intermediate
cache of validations for further processing. |
AppendValidationToMeta | |
BaseAppendValidation |
Abstract base validation appender that initializes the
ConstraintValidation.getValidator() on post-processing. |
BeanDescriptorImpl |
Description: Implements
BeanDescriptor . |
BootstrapConfigurationImpl | |
ClassValidator |
Objects of this class are able to validate bean instances (and the associated object graphs).
|
ConfigurationImpl |
Description: used to configure apache-validation for jsr.
|
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> |
Immutable,
Serializable ConstraintDescriptor implementation. |
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 . |
ConstructorDescriptorImpl |
Description:
ConstructorDescriptor implementation. |
CrossParameterDescriptorImpl | |
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.
|
InvocableElementDescriptor | |
JsrMetaBeanFactory |
Description: process the class annotations for JSR303 constraint validations to build the MetaBean with information
from annotations and JSR303 constraint mappings (defined in xml)
|
MethodDescriptorImpl |
Description:
MethodDescriptor implementation. |
NodeBuilderCustomizableContextImpl | |
NodeContextBuilderImpl | |
ParameterAccess |
Implementation of
AccessStrategy for method parameters. |
ParameterDescriptorImpl |
Description:
ParameterDescriptor implementation. |
ParametersAccess | |
ReturnAccess |
Implementation of
AccessStrategy for method return values. |
ReturnValueDescriptorImpl |
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–2023 The Apache Software Foundation. All rights reserved.