Class AsyncExceptionMappingUtil

java.lang.Object
org.jboss.resteasy.reactive.server.exceptionmappers.AsyncExceptionMappingUtil

public final class AsyncExceptionMappingUtil extends Object
This class is used by the exception mappers that are generated as a result of the use of ServerExceptionMapper with a Uni response type. See io.quarkus.resteasy.reactive.server.deployment.ServerExceptionMapperGenerator
  • Field Details

    • DEFAULT_UNAUTHORIZED_RESPONSE

      public static final jakarta.ws.rs.core.Response DEFAULT_UNAUTHORIZED_RESPONSE
  • Method Details

    • handleUniResponse

      public static void handleUniResponse(io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> asyncResponse, AsyncExceptionMapperContext context)
    • handleUniRestResponse

      public static void handleUniRestResponse(io.smallrye.mutiny.Uni<? extends RestResponse<?>> asyncResponse, AsyncExceptionMapperContext context)