Class ProblemContext
- java.lang.Object
-
- com.tietoevry.quarkus.resteasy.problem.postprocessing.ProblemContext
-
public final class ProblemContext extends Object
Context wrapper for everything ProblemPostProcessor implementations may need to do their job. It can be easily extended without changing ProblemProcessor interface.- See Also:
ProblemPostProcessor
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProblemContextof(Throwable exception, String path)static ProblemContextof(Throwable exception, javax.ws.rs.core.UriInfo uriInfo)
-
-
-
Method Detail
-
of
public static ProblemContext of(Throwable exception, javax.ws.rs.core.UriInfo uriInfo)
-
of
public static ProblemContext of(Throwable exception, String path)
-
-