Uses of Interface
org.glassfish.jersey.spi.ExceptionMappers
-
Packages that use ExceptionMappers Package Description org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.server Jersey server-side classes. -
-
Uses of ExceptionMappers in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement ExceptionMappers Modifier and Type Class Description class
ExceptionMapperFactory
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 ExceptionMappers Modifier and Type Field Description private ExceptionMappers
BootstrapBag. exceptionMappers
Fields in org.glassfish.jersey.internal with type parameters of type ExceptionMappers Modifier and Type Field Description private javax.inject.Provider<ExceptionMappers>
JaxrsProviders. mappers
Methods in org.glassfish.jersey.internal that return ExceptionMappers Modifier and Type Method Description ExceptionMappers
BootstrapBag. getExceptionMappers()
Gets an instance ofExceptionMappers
.Methods in org.glassfish.jersey.internal with parameters of type ExceptionMappers Modifier and Type Method Description void
BootstrapBag. setExceptionMappers(ExceptionMappers exceptionMappers)
Sets an instance ofExceptionMappers
. -
Uses of ExceptionMappers in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ExceptionMappers Modifier and Type Field Description private ExceptionMappers
ServerRuntime. exceptionMappers
Constructors in org.glassfish.jersey.server with parameters of type ExceptionMappers Constructor 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)
-