Interface ProblemAdviceTrait
-
- All Superinterfaces:
AdviceTrait,AdviceTrait
- All Known Subinterfaces:
GeneralAdviceTrait,ProblemHandling
@API(status=STABLE) public interface ProblemAdviceTrait extends AdviceTrait
- See Also:
Problem,ThrowableProblem
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default org.springframework.http.ResponseEntity<org.zalando.problem.Problem>handleProblem(org.zalando.problem.ThrowableProblem problem, org.springframework.web.context.request.NativeWebRequest request)-
Methods inherited from interface org.zalando.problem.spring.common.AdviceTrait
createStackTrace, isCausalChainsEnabled, prepare, process, resolveResponseStatus, toProblem, toProblem, toProblem
-
-