@Priority(value=5001) public class TestResponseExceptionMapperHandles extends Object implements ResponseExceptionMapper<Throwable>
DEFAULT_PRIORITY| Constructor and Description |
|---|
TestResponseExceptionMapperHandles() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handles(int status,
jakarta.ws.rs.core.MultivaluedMap<String,Object> headers) |
static boolean |
isHandlesCalled() |
static boolean |
isThrowableCalled() |
static void |
reset() |
Throwable |
toThrowable(jakarta.ws.rs.core.Response response) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrioritypublic Throwable toThrowable(jakarta.ws.rs.core.Response response)
toThrowable in interface ResponseExceptionMapper<Throwable>public boolean handles(int status,
jakarta.ws.rs.core.MultivaluedMap<String,Object> headers)
handles in interface ResponseExceptionMapper<Throwable>public static void reset()
public static boolean isHandlesCalled()
public static boolean isThrowableCalled()
Copyright © 2021 Eclipse Foundation. All rights reserved.