See: Description
| Interface | Description |
|---|---|
| ConstraintValidatorDescriptor<A extends Annotation> |
Represents a specific validator (either based on an implementation of
ConstraintValidator or given as a
Lambda expression/method reference. |
| Class | Description |
|---|---|
| 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. |
| ConstraintValidatorManager |
Manager in charge of providing and caching initialized
ConstraintValidator instances. |
| ConstraintViolationCreationContext |
Container class for the information needed to create a constraint violation.
|
| HibernateConstraintValidatorInitializationContextImpl |
Copyright © 2021 JBoss by Red Hat. All rights reserved.