public class TestResponseExceptionMapperOverridePriority extends Object implements ResponseExceptionMapper<Throwable>
DEFAULT_PRIORITY
Constructor and Description |
---|
TestResponseExceptionMapperOverridePriority() |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
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) |
public TestResponseExceptionMapperOverridePriority()
public 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()
public int getPriority()
getPriority
in interface ResponseExceptionMapper<Throwable>
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.