@ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| AdviceTrait |
Advice traits are simple interfaces that provide a single method with a default
implementation.
|
| ProblemHandling |
ProblemHandling is a composite AdviceTrait that combines all built-in advice traits into a single
interface that makes it easier to use:
@ControllerAdvice
public class ExceptionHandling implements ProblemHandling
Note: Future versions of this class will be extended with additional traits. |
| SpringAdviceTrait |
Copyright © 2015–2023 Zalando SE. All rights reserved.