Skip navigation links
O P 

O

org.zalando.riptide.problem - package org.zalando.riptide.problem
 

P

problemHandling() - Static method in class org.zalando.riptide.problem.ProblemRoute
Produces a route that dispatches on the content type and recognises application/problem+json as well as application/x-problem+json and application/x.problem+json as problems and propagates them.
problemHandling(ThrowingConsumer<Exceptional, ? extends Exception>) - Static method in class org.zalando.riptide.problem.ProblemRoute
Produces a route that dispatches on the content type and recognises application/problem+json as well as application/x-problem+json and application/x.problem+json as problems and handles them given the supplied consumer.
problemHandling(Route) - Static method in class org.zalando.riptide.problem.ProblemRoute
Produces a route that dispatches on the content type and recognises application/problem+json as well as application/x-problem+json and application/x.problem+json as problems and propagates them.
problemHandling(ThrowingConsumer<Exceptional, ? extends Exception>, Route) - Static method in class org.zalando.riptide.problem.ProblemRoute
Produces a route that dispatches on the content type and recognises application/problem+json as well as application/x-problem+json and application/x.problem+json as problems and handles them given the supplied consumer.
ProblemRoute - Class in org.zalando.riptide.problem
 
O P 
Skip navigation links

Copyright © 2015–2020 Zalando SE. All rights reserved.