| Interface | Description |
|---|---|
| ValiktorExceptionHandler<T> |
Represents the HTTP exception handler to map ConstraintViolationException to an appropriate HTTP response.
|
| Class | Description |
|---|---|
| DefaultValiktorExceptionHandler |
Represents the default HTTP exception handler to map ConstraintViolationException to an appropriate HTTP response.
|
| UnprocessableEntity |
Represents the default payload for responses with 422 (Unprocessable Entity) status code
|
| ValidationConstraint |
Represents a validation constraint
|
| ValidationError |
Represents a validation error
|
| ValidationParam |
Represents a validation parameter
|
| ValiktorResponse<T> |
Represents the HTTP response.
|