See: Description
| Class | Description |
|---|---|
| ConfigurationImpl |
Hibernate specific
Configuration implementation. |
| ConstraintTree<A extends Annotation> |
Due to constraint composition a single constraint annotation can lead to a whole constraint tree being validated.
|
| ConstraintValidatorContextImpl | |
| ConstraintValidatorFactoryImpl |
Default
ConstraintValidatorFactory using a no-arg constructor. |
| ConstraintViolationImpl<T> | |
| MessageAndPath |
Container class for a validation error message and its corresponding path.
|
| MessageInterpolatorContext |
Implementation of the context used during message interpolation.
|
| MethodConstraintViolationImpl<T> | |
| MethodParameterNodeImpl |
A
Path.Node implementation representing a single method parameter. |
| MethodReturnValueNodeImpl |
A
Path.Node implementation representing a single method parameter. |
| MethodValidationContext<T> |
A
ValidationContext implementation which creates and manages
violations of type MethodConstraintViolation. |
| NodeImpl |
Immutable implementation of a
Path.Node. |
| PathImpl | |
| StandardValidationContext<T> |
A
ValidationContext implementation which creates and manages violations of type ConstraintViolation. |
| ValidationContext<T,C extends ConstraintViolation<T>> |
Context object keeping track of all important data for a top level
Validator.validate(Object, Class[]) },
Validator.validateValue(Class, String, Object, Class[]) } or Validator.validateProperty(Object, String, Class[]) call. |
| ValidatorContextImpl | |
| ValidatorFactoryImpl |
Factory returning initialized
Validator instances. |
| ValidatorImpl |
The main Bean Validation class.
|
| ValueContext<T,V> |
An instance of this class is used to collect all the relevant information for validating a single class, property or
method invocation.
|
Implementations for the core interfaces of JSR-303.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.