Interface GeneralAdviceTrait
-
- All Superinterfaces:
AdviceTrait,AdviceTrait,ProblemAdviceTrait,ResponseStatusAdviceTrait,ThrowableAdviceTrait,UnsupportedOperationAdviceTrait
- All Known Subinterfaces:
ProblemHandling
@API(status=STABLE) public interface GeneralAdviceTrait extends ProblemAdviceTrait, ResponseStatusAdviceTrait, ThrowableAdviceTrait, UnsupportedOperationAdviceTrait
- See Also:
AdviceTrait
-
-
Method Summary
-
Methods inherited from interface org.zalando.problem.spring.common.AdviceTrait
createStackTrace, isCausalChainsEnabled, prepare, process, resolveResponseStatus, toProblem, toProblem, toProblem
-
Methods inherited from interface org.zalando.problem.spring.web.advice.AdviceTrait
create, create, create, create, create, create, create, create, create, fallback, log, negotiate, process
-
Methods inherited from interface org.zalando.problem.spring.web.advice.general.ProblemAdviceTrait
handleProblem
-
Methods inherited from interface org.zalando.problem.spring.web.advice.general.ResponseStatusAdviceTrait
handleResponseStatusException
-
Methods inherited from interface org.zalando.problem.spring.web.advice.general.ThrowableAdviceTrait
handleThrowable
-
Methods inherited from interface org.zalando.problem.spring.web.advice.general.UnsupportedOperationAdviceTrait
handleUnsupportedOperation
-
-