Interface ResteasyReactiveResponseExceptionMapper<T extends Throwable>
- All Superinterfaces:
org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<T>
public interface ResteasyReactiveResponseExceptionMapper<T extends Throwable>
extends org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<T>
-
Field Summary
Fields inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
DEFAULT_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptiondefault TtoThrowable(jakarta.ws.rs.core.Response response) toThrowable(jakarta.ws.rs.core.Response response, org.jboss.resteasy.reactive.client.impl.RestClientRequestContext context) Methods inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
getPriority, handles