Class ExceptionMapping
java.lang.Object
org.jboss.resteasy.microprofile.client.ExceptionMapping
- All Implemented Interfaces:
jakarta.ws.rs.client.ClientResponseFilter
This implementation is a bit of a hack and dependent on Resteasy internals.
We throw a ResponseProcessingExceptoin that hides the Response object
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(jakarta.ws.rs.client.ClientRequestContext requestContext, jakarta.ws.rs.client.ClientResponseContext responseContext)
-
Constructor Details
-
ExceptionMapping
-
-
Method Details
-
filter
public void filter(jakarta.ws.rs.client.ClientRequestContext requestContext, jakarta.ws.rs.client.ClientResponseContext responseContext) - Specified by:
filterin interfacejakarta.ws.rs.client.ClientResponseFilter
-