Package | Description |
---|---|
org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ExceptionMapperFactory
Exception mappers implementation that aggregates
exception mappers and server as the main entry point for exception mapper
instance lookup. |
Modifier and Type | Field and Description |
---|---|
private ExceptionMappers |
BootstrapBag.exceptionMappers |
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<ExceptionMappers> |
JaxrsProviders.mappers |
Modifier and Type | Method and Description |
---|---|
ExceptionMappers |
BootstrapBag.getExceptionMappers()
Gets an instance of
ExceptionMappers . |
Modifier and Type | Method and Description |
---|---|
void |
BootstrapBag.setExceptionMappers(ExceptionMappers exceptionMappers)
Sets an instance of
ExceptionMappers . |
Modifier and Type | Field and Description |
---|---|
private ExceptionMappers |
ServerRuntime.exceptionMappers |
Constructor and Description |
---|
ServerRuntime(Stage<RequestProcessingContext> requestProcessingRoot,
ProcessingProviders processingProviders,
InjectionManager injectionManager,
java.util.concurrent.ScheduledExecutorService backgroundScheduler,
javax.inject.Provider<java.util.concurrent.ExecutorService> managedAsyncExecutorProvider,
RequestScope requestScope,
ExceptionMappers exceptionMappers,
ApplicationEventListener applicationEventListener,
ExternalRequestScope externalScope,
javax.ws.rs.core.Configuration configuration) |