Class | Description |
---|---|
ConstraintValidators |
This class is necessary as ComputeConstraintValidatorClass is package-scoped and we
need it to determine if a constraint can be validated by a specific type, such as JsonWebToken
If ComputeConstraintValidatorClass were to become protected or public, the `canValidate` method
should be moved and this class should be deleted.
|