Package | Description |
---|---|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
org.jboss.resteasy.core | |
org.jboss.resteasy.spi |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
Providers.getExceptionMapper(Class<T> type)
Get an exception mapping provider for a particular class of exception.
|
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
ThreadLocalResteasyProviderFactory.getExceptionMapper(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider) |
void |
ThreadLocalResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider,
Class providerClass) |
void |
ThreadLocalResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider,
Type exceptionType) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalResteasyProviderFactory.addExceptionMapper(Class<? extends ExceptionMapper> provider) |
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,ExceptionMapper> |
ResteasyProviderFactory.exceptionMappers |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
ResteasyProviderFactory.getExceptionMapper(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider) |
void |
ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider,
Class providerClass) |
void |
ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider,
Type exceptionType) |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyProviderFactory.addExceptionMapper(Class<? extends ExceptionMapper> providerClass) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.