See: Description
| Class | Description |
|---|---|
| AbstractElementVisitor<T,V> |
An abstract
ElementVisitor that should be used for implementation
of any other element visitors. |
| ClassVisitor |
An
ElementVisitor that visits methods of classes and interfaces and applies
different checks to them. |
| ConstraintValidationProcessor |
An annotation processor for checking Bean Validation constraints.
|
This package contains the main class of Hibernate Validator annotation processor.
The annotation processor implementation named ConstraintValidationProcessor delegates constraint verifications to the implemented checks.
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved