Class TestResponseExceptionMapperOverridePriority
java.lang.Object
org.eclipse.microprofile.rest.client.tck.providers.TestResponseExceptionMapperOverridePriority
- All Implemented Interfaces:
ResponseExceptionMapper<Throwable>
public class TestResponseExceptionMapperOverridePriority
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 TypeMethodDescriptionintbooleanstatic booleanstatic booleanstatic voidreset()toThrowable(jakarta.ws.rs.core.Response response)
-
Constructor Details
-
TestResponseExceptionMapperOverridePriority
public TestResponseExceptionMapperOverridePriority()
-
-
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() -
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceResponseExceptionMapper<Throwable>
-