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 classApacheHttpClient4ExceptionMapper -
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 voidThreadLocalResteasyProviderFactory. addClientExceptionMapper(ClientExceptionMapper<?> provider)voidThreadLocalResteasyProviderFactory. addClientExceptionMapper(ClientExceptionMapper<?> provider, java.lang.Class<?> providerClass)voidThreadLocalResteasyProviderFactory. 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 voidThreadLocalResteasyProviderFactory. 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. clientExceptionMappersMethods 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 voidResteasyProviderFactory. addClientExceptionMapper(ClientExceptionMapper<?> provider)voidResteasyProviderFactory. addClientExceptionMapper(ClientExceptionMapper<?> provider, java.lang.Class<?> providerClass)voidResteasyProviderFactory. 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 voidResteasyProviderFactory. addClientExceptionMapper(java.lang.Class<? extends ClientExceptionMapper<?>> providerClass)
-