Class ZalandoProblemMapper
- java.lang.Object
-
- com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase<org.zalando.problem.ThrowableProblem>
-
- com.tietoevry.quarkus.resteasy.problem.ZalandoProblemMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<org.zalando.problem.ThrowableProblem>
@Priority(5000) public final class ZalandoProblemMapper extends ExceptionMapperBase<org.zalando.problem.ThrowableProblem>
Mapper for ThrowableProblem exception from Zalando Problem library.
-
-
Field Summary
-
Fields inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
postProcessorsRegistry
-
-
Constructor Summary
Constructors Constructor Description ZalandoProblemMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpProblemtoProblem(org.zalando.problem.ThrowableProblem exception)-
Methods inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
toResponse
-
-
-
-
Method Detail
-
toProblem
protected HttpProblem toProblem(org.zalando.problem.ThrowableProblem exception)
- Specified by:
toProblemin classExceptionMapperBase<org.zalando.problem.ThrowableProblem>
-
-