| Class | Description |
|---|---|
| SelfValidatingValidator |
This class is the base validator for the
@SelfValidating annotation. |
| ValidationCaller<T> |
This class represents a wrapper for calling validation methods annotated with
@SelfValidation. |
| ViolationCollector |
This class is a simple wrapper around the ConstraintValidatorContext of hibernate validation.
|
| Annotation Type | Description |
|---|---|
| SelfValidating |
The annotated element has methods annotated by
SelfValidation. |
| SelfValidation |
This method, if used in conjunction with
SelfValidating,
will be executed to check if the object itself is valid. |
Copyright © 2021. All rights reserved.