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, String path)static ProblemContextProblemContext. of(Throwable exception, javax.ws.rs.core.UriInfo uriInfo)Methods in com.tietoevry.quarkus.resteasy.problem.postprocessing with parameters of type ProblemContext Modifier and Type Method Description HttpProblemPostProcessorsRegistry. applyPostProcessing(HttpProblem problem, ProblemContext context)Applies all registered post-processors on a given Problem, in prioritized order.
-