|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionMapper | |
|---|---|
| javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
| org.jboss.resteasy.client.jaxrs.internal | |
| org.jboss.resteasy.core | |
| org.jboss.resteasy.plugins.providers.validation | |
| org.jboss.resteasy.spi | |
| org.jboss.resteasy.test.application | |
| Uses of ExceptionMapper in javax.ws.rs.ext |
|---|
| Methods in javax.ws.rs.ext that return ExceptionMapper | ||
|---|---|---|
|
Providers.getExceptionMapper(Class<T> type)
Get an exception mapping provider for a particular class of exception. |
|
| Uses of ExceptionMapper in org.jboss.resteasy.client.jaxrs.internal |
|---|
| Methods in org.jboss.resteasy.client.jaxrs.internal that return ExceptionMapper | ||
|---|---|---|
|
ClientConfiguration.getExceptionMapper(Class<T> type)
|
|
| Uses of ExceptionMapper in org.jboss.resteasy.core |
|---|
| Methods in org.jboss.resteasy.core that return ExceptionMapper | ||
|---|---|---|
|
ThreadLocalResteasyProviderFactory.getExceptionMapper(Class<T> type)
|
|
| Uses of ExceptionMapper in org.jboss.resteasy.plugins.providers.validation |
|---|
| Classes in org.jboss.resteasy.plugins.providers.validation that implement ExceptionMapper | |
|---|---|
class |
ResteasyViolationExceptionMapper
|
| Uses of ExceptionMapper in org.jboss.resteasy.spi |
|---|
| Fields in org.jboss.resteasy.spi with type parameters of type ExceptionMapper | |
|---|---|
protected Map<Class<?>,ExceptionMapper> |
ResteasyProviderFactory.exceptionMappers
|
| Methods in org.jboss.resteasy.spi that return ExceptionMapper | ||
|---|---|---|
|
ResteasyProviderFactory.getExceptionMapper(Class<T> type)
|
|
| Methods in org.jboss.resteasy.spi that return types with arguments of type ExceptionMapper | |
|---|---|
protected Map<Class<?>,ExceptionMapper> |
ResteasyProviderFactory.getExceptionMappers()
|
| Methods in org.jboss.resteasy.spi with parameters of type ExceptionMapper | |
|---|---|
protected void |
ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider)
|
protected void |
ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider,
Class providerClass)
|
protected void |
ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider,
Type exceptionType)
|
| Method parameters in org.jboss.resteasy.spi with type arguments of type ExceptionMapper | |
|---|---|
protected void |
ResteasyProviderFactory.addExceptionMapper(Class<? extends ExceptionMapper> providerClass)
|
| Uses of ExceptionMapper in org.jboss.resteasy.test.application |
|---|
| Classes in org.jboss.resteasy.test.application that implement ExceptionMapper | |
|---|---|
class |
FooExceptionMapper
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||