|
||||||||||
| 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.core | |
| org.jboss.resteasy.spi | |
| Uses of ExceptionMapper in javax.ws.rs.ext |
|---|
| Methods in javax.ws.rs.ext that return ExceptionMapper | ||
|---|---|---|
|
Providers.getExceptionMapper(java.lang.Class<T> type)
Get an exception mapping provider for a particular class of exception. |
|
| Uses of ExceptionMapper in org.jboss.resteasy.core |
|---|
| Methods in org.jboss.resteasy.core that return ExceptionMapper | ||
|---|---|---|
|
ThreadLocalResteasyProviderFactory.getExceptionMapper(java.lang.Class<T> type)
|
|
| Methods in org.jboss.resteasy.core with parameters of type ExceptionMapper | |
|---|---|
void |
ThreadLocalResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider)
|
| Method parameters in org.jboss.resteasy.core with type arguments of type ExceptionMapper | |
|---|---|
void |
ThreadLocalResteasyProviderFactory.addExceptionMapper(java.lang.Class<? extends ExceptionMapper> provider)
|
| Uses of ExceptionMapper in org.jboss.resteasy.spi |
|---|
| Methods in org.jboss.resteasy.spi that return ExceptionMapper | ||
|---|---|---|
|
ResteasyProviderFactory.getExceptionMapper(java.lang.Class<T> type)
|
|
| Methods in org.jboss.resteasy.spi with parameters of type ExceptionMapper | |
|---|---|
void |
ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider)
|
| Method parameters in org.jboss.resteasy.spi with type arguments of type ExceptionMapper | |
|---|---|
void |
ResteasyProviderFactory.addExceptionMapper(java.lang.Class<? extends ExceptionMapper> provider)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||