Uses of Interface
org.jboss.resteasy.client.exception.mapper.ClientExceptionMapper
-
Packages that use ClientExceptionMapper Package Description 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 Modifier and Type Class Description class
ApacheHttpClient4ExceptionMapper
-
Uses of ClientExceptionMapper in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return ClientExceptionMapper Modifier and Type Method Description <T extends java.lang.Throwable>
ClientExceptionMapper<T>ThreadLocalResteasyProviderFactory. getClientExceptionMapper(java.lang.Class<T> type)
Methods in org.jboss.resteasy.core with parameters of type ClientExceptionMapper Modifier and Type Method Description void
ThreadLocalResteasyProviderFactory. addClientExceptionMapper(ClientExceptionMapper<?> provider)
void
ThreadLocalResteasyProviderFactory. addClientExceptionMapper(ClientExceptionMapper<?> provider, java.lang.Class<?> providerClass)
void
ThreadLocalResteasyProviderFactory. addClientExceptionMapper(ClientExceptionMapper<?> provider, java.lang.reflect.Type exceptionType)
Method parameters in org.jboss.resteasy.core with type arguments of type ClientExceptionMapper Modifier and Type Method Description void
ThreadLocalResteasyProviderFactory. addClientExceptionMapper(java.lang.Class<? extends ClientExceptionMapper<?>> providerClass)
-
Uses of ClientExceptionMapper in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type ClientExceptionMapper Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,ClientExceptionMapper>
ResteasyProviderFactory. clientExceptionMappers
Methods in org.jboss.resteasy.spi that return ClientExceptionMapper Modifier and Type Method Description <T extends java.lang.Throwable>
ClientExceptionMapper<T>ResteasyProviderFactory. getClientExceptionMapper(java.lang.Class<T> type)
Methods in org.jboss.resteasy.spi that return types with arguments of type ClientExceptionMapper Modifier and Type Method Description protected java.util.Map<java.lang.Class<?>,ClientExceptionMapper>
ResteasyProviderFactory. getClientExceptionMappers()
Methods in org.jboss.resteasy.spi with parameters of type ClientExceptionMapper Modifier and Type Method Description void
ResteasyProviderFactory. addClientExceptionMapper(ClientExceptionMapper<?> provider)
void
ResteasyProviderFactory. addClientExceptionMapper(ClientExceptionMapper<?> provider, java.lang.Class<?> providerClass)
void
ResteasyProviderFactory. addClientExceptionMapper(ClientExceptionMapper<?> provider, java.lang.reflect.Type exceptionType)
Method parameters in org.jboss.resteasy.spi with type arguments of type ClientExceptionMapper Modifier and Type Method Description void
ResteasyProviderFactory. addClientExceptionMapper(java.lang.Class<? extends ClientExceptionMapper<?>> providerClass)
-