Interface HttpAdviceTrait
-
- All Superinterfaces:
AdviceTrait,AdviceTrait,MethodNotAllowedAdviceTrait,NotAcceptableAdviceTrait,UnsupportedMediaTypeAdviceTrait
- All Known Subinterfaces:
ProblemHandling
@API(status=STABLE) public interface HttpAdviceTrait extends NotAcceptableAdviceTrait, UnsupportedMediaTypeAdviceTrait, MethodNotAllowedAdviceTrait
- 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.http.MethodNotAllowedAdviceTrait
handleRequestMethodNotSupportedException
-
Methods inherited from interface org.zalando.problem.spring.web.advice.http.NotAcceptableAdviceTrait
handleMediaTypeNotAcceptable
-
Methods inherited from interface org.zalando.problem.spring.web.advice.http.UnsupportedMediaTypeAdviceTrait
handleMediaTypeNotSupportedException
-
-