| Interface | Description |
|---|---|
| Parameter | |
| RequestParameter | |
| RequestValidator |
The
RequestValidator requires the parameters in a specific format to be able to
parse and validate them. |
| ResponseParameter | |
| ResponseValidator |
The
ResponseValidator requires the parameters in a specific format to be able to
parse and validate them. |
| ValidatableRequest | |
| ValidatableResponse | |
| ValidatedRequest | |
| ValidatedResponse |
| Class | Description |
|---|---|
| RequestUtils |
| Enum | Description |
|---|---|
| ValidatorErrorType |
| Exception | Description |
|---|---|
| SchemaValidationException |
A SchemaValidationException is a special case of a
ValidatorException and is thrown, if the validation of a
request or response fails due to a schema violation. |
| ValidatorException |
A ValidatorException is thrown, if the validation of a request or response fails.
|
Copyright © 2024 Eclipse. All rights reserved.