Uses of Class
com.tietoevry.quarkus.resteasy.problem.postprocessing.ProblemContext
-
Packages that use ProblemContext Package Description com.tietoevry.quarkus.resteasy.problem.postprocessing -
-
Uses of ProblemContext in com.tietoevry.quarkus.resteasy.problem.postprocessing
Methods in com.tietoevry.quarkus.resteasy.problem.postprocessing that return ProblemContext Modifier and Type Method Description static ProblemContextProblemContext. of(Throwable exception, jakarta.ws.rs.core.UriInfo uriInfo)static ProblemContextProblemContext. of(Throwable exception, String path)Methods in com.tietoevry.quarkus.resteasy.problem.postprocessing with parameters of type ProblemContext Modifier and Type Method Description HttpProblemProblemPostProcessor. apply(HttpProblem problem, ProblemContext context)Interceptor method for HttpProblems.HttpProblemPostProcessorsRegistry. applyPostProcessing(HttpProblem problem, ProblemContext context)Applies all registered post-processors on a given Problem, in prioritized order.
-