Uses of Interface
org.jboss.resteasy.client.exception.mapper.ClientExceptionMapper
Packages that use ClientExceptionMapper
Package
Description
-
Uses of ClientExceptionMapper in org.jboss.resteasy.client.exception.mapper
Classes in org.jboss.resteasy.client.exception.mapper that implement ClientExceptionMapper -
Uses of ClientExceptionMapper in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return ClientExceptionMapperModifier and TypeMethodDescription<T extends Throwable>
ClientExceptionMapper<T>ThreadLocalResteasyProviderFactory.getClientExceptionMapper
(Class<T> type) Methods in org.jboss.resteasy.core with parameters of type ClientExceptionMapperModifier and TypeMethodDescriptionvoid
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 ClientExceptionMapperModifier and TypeMethodDescriptionvoid
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 ClientExceptionMapperModifier and TypeFieldDescriptionprotected Map<Class<?>,
ClientExceptionMapper> ResteasyProviderFactory.clientExceptionMappers
Methods in org.jboss.resteasy.spi that return ClientExceptionMapperModifier and TypeMethodDescription<T extends Throwable>
ClientExceptionMapper<T>ResteasyProviderFactory.getClientExceptionMapper
(Class<T> type) Methods in org.jboss.resteasy.spi that return types with arguments of type ClientExceptionMapperModifier and TypeMethodDescriptionprotected Map<Class<?>,
ClientExceptionMapper> ResteasyProviderFactory.getClientExceptionMappers()
Methods in org.jboss.resteasy.spi with parameters of type ClientExceptionMapperModifier and TypeMethodDescriptionvoid
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 ClientExceptionMapperModifier and TypeMethodDescriptionvoid
ResteasyProviderFactory.addClientExceptionMapper
(Class<? extends ClientExceptionMapper<?>> providerClass)