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 ofServerExceptionMapperwith aUniresponse type. Seeio.quarkus.resteasy.reactive.server.deployment.ServerExceptionMapperGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static jakarta.ws.rs.core.ResponseDEFAULT_UNAUTHORIZED_RESPONSE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidhandleUniResponse(io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> asyncResponse, AsyncExceptionMapperContext context)static voidhandleUniRestResponse(io.smallrye.mutiny.Uni<? extends RestResponse<?>> asyncResponse, AsyncExceptionMapperContext context)
-
-
-
Method Detail
-
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)
-
-