| Class | Description |
|---|---|
| AsyncResponseHandler | |
| JaxrsBinder | |
| JaxrsModule | |
| JaxrsModule.JaxRsApplication | |
| JsonMapper | |
| OverrideMethodFilter |
Allows for overriding the request method via a special header or query param when using POST.
|
| ParsingExceptionMapper |
Maps ParsingExceptions to a 400 response code.
|
| SmileMapper |
| Exception | Description |
|---|---|
| JsonMapperParsingException |
Wraps JsonProcessingExceptions to provide more information about parsing errors.
|
| ParsingException |
Exceptions that extend this class will be caught by the ParsingExceptionMapper and returned with a
400 response status code.
|
| Annotation Type | Description |
|---|---|
| JaxrsResource |
Copyright © 2010–2020 Airlift. All rights reserved.