| ClientExceptionMapper |
Used to easily define an exception mapper for the specific REST Client on which it's used.
|
| ClientFormParam |
Used to specify a form parameter that should be sent with the outbound request.
|
| ClientFormParams |
Used to specify form parameters that should be sent with the outbound request.
|
| ClientQueryParam |
Used to specify a query that should be sent with the outbound request.
|
| ClientQueryParams |
Used to specify query parameters that should be sent with the outbound request.
|
| ClientRedirectHandler |
Used to easily define a custom redirect handler for the specific REST Client on which it's used.
|
| NotBody |
The sole purpose of this annotation is to allow REST Client methods to contain multiple non-annotated Jakarta REST parameters
which would normally not be allowed because all the parameters would be considered to represent the body of the request.
|