Uses of Interface
jakarta.ws.rs.ext.ExceptionMapper
Packages that use ExceptionMapper
Package
Description
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of ExceptionMapper in com.fasterxml.jackson.jakarta.rs.base
Classes in com.fasterxml.jackson.jakarta.rs.base that implement ExceptionMapperModifier and TypeClassDescriptionclassImplementation ifExceptionMapperto send down a "400 Bad Request" response in the event that unmappable JSON is received.classImplementation ofExceptionMapperto send down a "400 Bad Request" in the event unparsable JSON is received. -
Uses of ExceptionMapper in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return ExceptionMapperModifier and TypeMethodDescription<T extends Throwable>
ExceptionMapper<T>Providers.getExceptionMapper(Class<T> type) Get an exception mapping provider for a particular class of exception. -
Uses of ExceptionMapper in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return ExceptionMapperModifier and TypeMethodDescription<T extends Throwable>
ExceptionMapper<T>ClientConfiguration.getExceptionMapper(Class<T> type) -
Uses of ExceptionMapper in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return ExceptionMapperModifier and TypeMethodDescription<T extends Throwable>
ExceptionMapper<T>ThreadLocalResteasyProviderFactory.getExceptionMapper(Class<T> type) ThreadLocalResteasyProviderFactory.getThrowableExceptionMapper() -
Uses of ExceptionMapper in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type ExceptionMapperModifier and TypeFieldDescriptionprotected Map<Class<?>,SortedKey<ExceptionMapper>> ServerHelper.exceptionMappersMethods in org.jboss.resteasy.core.providerfactory that return ExceptionMapperModifier and TypeMethodDescription<T extends Throwable>
ExceptionMapper<T>ResteasyProviderFactoryDelegate.getExceptionMapper(Class<T> type) <T extends Throwable>
ExceptionMapper<T>ResteasyProviderFactoryImpl.getExceptionMapper(Class<T> type) <T extends Throwable>
ExceptionMapper<T>ResteasyProviderFactoryImpl.getExceptionMapperForClass(Class<T> type) ResteasyProviderFactoryDelegate.getThrowableExceptionMapper()ResteasyProviderFactoryImpl.getThrowableExceptionMapper()Methods in org.jboss.resteasy.core.providerfactory that return types with arguments of type ExceptionMapperModifier and TypeMethodDescriptionMap<Class<?>,SortedKey<ExceptionMapper>> NOOPServerHelper.getExceptionMappers()Map<Class<?>,SortedKey<ExceptionMapper>> ServerHelper.getExceptionMappers()protected Map<Class<?>,SortedKey<ExceptionMapper>> ServerHelper.getExceptionMappersForWrite() -
Uses of ExceptionMapper in org.jboss.resteasy.plugins.providers.jackson
Classes in org.jboss.resteasy.plugins.providers.jackson that implement ExceptionMapper -
Uses of ExceptionMapper in org.jboss.resteasy.plugins.validation
Classes in org.jboss.resteasy.plugins.validation that implement ExceptionMapper -
Uses of ExceptionMapper in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ExceptionMapperModifier and TypeMethodDescriptionResteasyProviderFactory.getThrowableExceptionMapper()Returns an exception mapper which handles the generic throwable which is typically the default exception mapper.