Index
All Classes and Interfaces|All Packages
O
- org.zalando.riptide.problem - package org.zalando.riptide.problem
P
- problemHandling() - Static method in class org.zalando.riptide.problem.ProblemRoute
-
Produces a
routethat dispatches on thecontent typeand recognisesapplication/problem+jsonas well asapplication/x-problem+jsonandapplication/x.problem+jsonasproblemsandpropagatesthem. - problemHandling(ThrowingConsumer<Exceptional, ? extends Exception>) - Static method in class org.zalando.riptide.problem.ProblemRoute
-
Produces a
routethat dispatches on thecontent typeand recognisesapplication/problem+jsonas well asapplication/x-problem+jsonandapplication/x.problem+jsonasproblemsand handles them given the supplied consumer. - problemHandling(ThrowingConsumer<Exceptional, ? extends Exception>, Route) - Static method in class org.zalando.riptide.problem.ProblemRoute
-
Produces a
routethat dispatches on thecontent typeand recognisesapplication/problem+jsonas well asapplication/x-problem+jsonandapplication/x.problem+jsonasproblemsand handles them given the supplied consumer. - problemHandling(Route) - Static method in class org.zalando.riptide.problem.ProblemRoute
-
Produces a
routethat dispatches on thecontent typeand recognisesapplication/problem+jsonas well asapplication/x-problem+jsonandapplication/x.problem+jsonasproblemsandpropagatesthem. - ProblemRoute - Class in org.zalando.riptide.problem
All Classes and Interfaces|All Packages