Uses of Interface
org.glassfish.jersey.spi.ExceptionMappers
Packages that use ExceptionMappers
Package
Description
Common Jersey internal API classes.
Jersey server-side classes.
-
Uses of ExceptionMappers in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement ExceptionMappersModifier and TypeClassDescriptionclass
Exception mappers
implementation that aggregates exception mappers and server as the main entry point for exception mapper instance lookup.Fields in org.glassfish.jersey.internal declared as ExceptionMappersFields in org.glassfish.jersey.internal with type parameters of type ExceptionMappersModifier and TypeFieldDescriptionprivate javax.inject.Provider
<ExceptionMappers> JaxrsProviders.mappers
Methods in org.glassfish.jersey.internal that return ExceptionMappersModifier and TypeMethodDescriptionBootstrapBag.getExceptionMappers()
Gets an instance ofExceptionMappers
.Methods in org.glassfish.jersey.internal with parameters of type ExceptionMappersModifier and TypeMethodDescriptionvoid
BootstrapBag.setExceptionMappers
(ExceptionMappers exceptionMappers) Sets an instance ofExceptionMappers
. -
Uses of ExceptionMappers in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ExceptionMappersConstructors in org.glassfish.jersey.server with parameters of type ExceptionMappersModifierConstructorDescriptionprivate
ServerRuntime
(Stage<RequestProcessingContext> requestProcessingRoot, ProcessingProviders processingProviders, InjectionManager injectionManager, ScheduledExecutorService backgroundScheduler, javax.inject.Provider<ExecutorService> managedAsyncExecutorProvider, RequestScope requestScope, ExceptionMappers exceptionMappers, ApplicationEventListener applicationEventListener, ExternalRequestScope externalScope, javax.ws.rs.core.Configuration configuration)