Class TestResponseExceptionMapperHandles
java.lang.Object
org.eclipse.microprofile.rest.client.tck.providers.TestResponseExceptionMapperHandles
- All Implemented Interfaces:
ResponseExceptionMapper<Throwable>
@Priority(5001)
public class TestResponseExceptionMapperHandles
extends Object
implements ResponseExceptionMapper<Throwable>
-
Field Summary
Fields inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic booleanstatic booleanstatic voidreset()toThrowable(jakarta.ws.rs.core.Response response) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
getPriority
-
Constructor Details
-
TestResponseExceptionMapperHandles
public TestResponseExceptionMapperHandles()
-
-
Method Details
-
toThrowable
- Specified by:
toThrowablein interfaceResponseExceptionMapper<Throwable>
-
handles
- Specified by:
handlesin interfaceResponseExceptionMapper<Throwable>
-
reset
public static void reset() -
isHandlesCalled
public static boolean isHandlesCalled() -
isThrowableCalled
public static boolean isThrowableCalled()
-