| Modifier and Type | Interface and Description |
|---|---|
interface |
ProblemHandling
ProblemHandling is a composite AdviceTrait that combines all built-in advice traits into a single
interface that makes it easier to use: |
interface |
SpringAdviceTrait
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeneralAdviceTrait |
interface |
ProblemAdviceTrait |
interface |
ThrowableAdviceTrait |
interface |
UnsupportedOperationAdviceTrait |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpAdviceTrait |
interface |
MethodNotAllowedAdviceTrait |
interface |
NotAcceptableAdviceTrait |
interface |
UnsupportedMediaTypeAdviceTrait |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOAdviceTrait |
interface |
MessageNotReadableAdviceTrait |
interface |
MultipartAdviceTrait |
interface |
TypeMistmatchAdviceTrait |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MissingServletRequestParameterAdviceTrait |
interface |
MissingServletRequestPartAdviceTrait |
interface |
NoHandlerFoundAdviceTrait
Transforms
NoHandlerFoundExceptions into not-found
problems. |
interface |
RoutingAdviceTrait |
interface |
ServletRequestBindingAdviceTrait |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessDeniedAdviceTrait
The request was a valid request, but the server is refusing to respond to it.
|
interface |
AuthenticationAdviceTrait
Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet
been provided.
|
interface |
SecurityAdviceTrait |
| Modifier and Type | Interface and Description |
|---|---|
(package private) interface |
org.zalando.problem.spring.web.advice.validation.BaseValidationAdviceTrait |
interface |
ConstraintViolationAdviceTrait |
interface |
MethodArgumentNotValidAdviceTrait |
interface |
ValidationAdviceTrait |
Copyright © 2015–2016 Zalando SE. All rights reserved.