Package com.tietoevry.quarkus.resteasy.problem
-
Class Summary Class Description DefaultExceptionMapper Default exception mapper processing all exceptions not matching any more specific mapper.ExceptionMapperBase<E extends Throwable> Base class for all ExceptionMappers in this extension, takes care of mapping Exceptions to Problems, triggering post-processing stage, and creating final JaxRS Response.HttpProblem.Builder HttpProblemMapper ZalandoProblemMapper Mapper for ThrowableProblem exception from Zalando Problem library. -
Exception Summary Exception Description HttpProblem Representation of RFC7807 Problem schema.