| Interface | Description |
|---|---|
| ApacheMessageContext |
Vendor-specific
MessageInterpolator.Context interface extension to
provide access to validator configuration properties. |
| ApacheValidatorConfiguration |
Description: Uniquely identify Apache BVal in the Bean Validation bootstrap
strategy.
|
| ApacheValidatorConfiguration.Properties |
Proprietary property keys for
ConfigurationImpl |
| CascadingPropertyValidator |
Per the bean validation spec,
Valid is not honored by the
CascadingPropertyValidator.validateProperty(Object, String, Class...) and
CascadingPropertyValidator.validateValue(Class, String, Object, Class...) methods. |
| Class | Description |
|---|---|
| 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.
|
| BootstrapConfigurationImpl | |
| 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.
|
| ConstraintCached.ConstraintValidatorInfo<T extends Annotation> |
Describes a
ConstraintValidator implementation type. |
| ConstraintDefaults |
Description: Provides access to the default constraints/validator
implementation classes built into the framework.
|
| ConstraintViolationImpl<T> |
Description: Describe a constraint validation defect.
|
| DefaultConstraintValidatorFactory |
Description: create constraint instances with the default / no-arg constructor
|
| DefaultMessageInterpolator |
Description: Resource bundle backed message interpolator.
|
| DefaultValidationProviderResolver | |
| GraphContext | |
| ValidatorImpl |
| Enum | Description |
|---|---|
| ConstraintAnnotationAttributes |
Defines the well-known attributes of
Constraint annotations. |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.