See: Description
| Class | Description |
|---|---|
| ConfigurationImpl |
Hibernate specific
Configuration implementation. |
| ConstraintViolationImpl<T> | |
| DefaultClockProvider |
A default
ClockProvider implementation which returns the current system time in the default time zone using
Clock.systemDefaultZone(). |
| DefaultParameterNameProvider |
A default
ParameterNameProvider implementation which returns parameter names obtained from the Java
reflection API as mandated by the BV specification. |
| MessageInterpolatorContext |
Implementation of the context used during message interpolation.
|
| MethodValidationConfiguration |
These properties modify the behavior of the
Validator with respect to the Bean Validation
specification section 5.6.5. |
| MethodValidationConfiguration.Builder | |
| ServiceLoaderBasedConstraintMappingContributor |
Contributor of constraint definitions discovered by the Java service loader mechanism.
|
| ValidationContext<T> |
Context object keeping track of all required data for a validation call.
|
| ValidationContext.ValidationContextBuilder |
Builder for creating
ValidationContexts suited for the different kinds of validation. |
| 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.
|
| ValueContext.ValueState<V> |
Copyright © 2019 JBoss by Red Hat. All rights reserved.