Class TestResponseExceptionMapper
java.lang.Object
org.eclipse.microprofile.rest.client.tck.providers.TestResponseExceptionMapper
- All Implemented Interfaces:
ResponseExceptionMapper<Throwable>
@Priority(5002)
public class TestResponseExceptionMapper
extends Object
implements ResponseExceptionMapper<Throwable>
-
Field Summary
FieldsFields inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic booleanstatic 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
-
Field Details
-
MESSAGE
- See Also:
-
-
Constructor Details
-
TestResponseExceptionMapper
public TestResponseExceptionMapper()
-
-
Method Details
-
toThrowable
- Specified by:
toThrowablein interfaceResponseExceptionMapper<Throwable>
-
handles
- Specified by:
handlesin interfaceResponseExceptionMapper<Throwable>
-
reset
public static void reset() -
isHandlesCalled
public static boolean isHandlesCalled() -
isHeaderPassedToHandlesMethod
public static boolean isHeaderPassedToHandlesMethod() -
isThrowableCalled
public static boolean isThrowableCalled()
-