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

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default T toThrowable​(javax.ws.rs.core.Response response)  
      T toThrowable​(javax.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
    • Method Detail

      • toThrowable

        T toThrowable​(javax.ws.rs.core.Response response,
                      org.jboss.resteasy.reactive.client.impl.RestClientRequestContext context)
      • toThrowable

        default T toThrowable​(javax.ws.rs.core.Response response)
        Specified by:
        toThrowable in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<T extends Throwable>