|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientExceptionMapper | |
---|---|
org.jboss.resteasy.client.exception.mapper | |
org.jboss.resteasy.core | |
org.jboss.resteasy.spi |
Uses of ClientExceptionMapper in org.jboss.resteasy.client.exception.mapper |
---|
Classes in org.jboss.resteasy.client.exception.mapper that implement ClientExceptionMapper | |
---|---|
class |
ApacheHttpClient3ExceptionMapper
|
class |
ApacheHttpClient4ExceptionMapper
|
Uses of ClientExceptionMapper in org.jboss.resteasy.core |
---|
Methods in org.jboss.resteasy.core that return ClientExceptionMapper | ||
---|---|---|
|
ThreadLocalResteasyProviderFactory.getClientExceptionMapper(Class<T> type)
|
Methods in org.jboss.resteasy.core with parameters of type ClientExceptionMapper | |
---|---|
void |
ThreadLocalResteasyProviderFactory.addClientExceptionMapper(ClientExceptionMapper<?> provider)
|
void |
ThreadLocalResteasyProviderFactory.addClientExceptionMapper(ClientExceptionMapper<?> provider,
Class<?> providerClass)
|
void |
ThreadLocalResteasyProviderFactory.addClientExceptionMapper(ClientExceptionMapper<?> provider,
Type exceptionType)
|
Method parameters in org.jboss.resteasy.core with type arguments of type ClientExceptionMapper | |
---|---|
void |
ThreadLocalResteasyProviderFactory.addClientExceptionMapper(Class<? extends ClientExceptionMapper<?>> providerClass)
|
Uses of ClientExceptionMapper in org.jboss.resteasy.spi |
---|
Fields in org.jboss.resteasy.spi with type parameters of type ClientExceptionMapper | |
---|---|
protected Map<Class<?>,ClientExceptionMapper> |
ResteasyProviderFactory.clientExceptionMappers
|
Methods in org.jboss.resteasy.spi that return ClientExceptionMapper | ||
---|---|---|
|
ResteasyProviderFactory.getClientExceptionMapper(Class<T> type)
|
Methods in org.jboss.resteasy.spi with parameters of type ClientExceptionMapper | |
---|---|
void |
ResteasyProviderFactory.addClientExceptionMapper(ClientExceptionMapper<?> provider)
|
void |
ResteasyProviderFactory.addClientExceptionMapper(ClientExceptionMapper<?> provider,
Class<?> providerClass)
|
void |
ResteasyProviderFactory.addClientExceptionMapper(ClientExceptionMapper<?> provider,
Type exceptionType)
|
Method parameters in org.jboss.resteasy.spi with type arguments of type ClientExceptionMapper | |
---|---|
void |
ResteasyProviderFactory.addClientExceptionMapper(Class<? extends ClientExceptionMapper<?>> providerClass)
|
|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |