| Class | Description |
|---|---|
| ApiError | |
| ApiExceptionHandler | |
| ApiListResponse<T> | |
| ApiResponse<T> |
Response wrapper for JSON API.
|
| ApiValidator |
Common methods for validating various aspects of an API request.
|
| Enum | Description |
|---|---|
| ApiResponseStatus |
Response statuses for JSON API.
|
| Annotation Type | Description |
|---|---|
| AuthorizedApiController |
Annotates a Controller with a an API protected by an API, intended for consumption by users.
|
| Dto |
Marker Annotation for DataTransportObjects.
|
| InternalApiController |
Annotates a Controller with a an API protected by an API, intended for consumption by "internal" users only (ie employees, etc.)
|
| PublicApiController |
Annotates a Controller with a public-facing API, no authentication required.
|
| RootApiController |
Annotates a Controller with a an API protected by an API, intended for consumption by the root user only.
|
Copyright © 2019. All rights reserved.