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 classExceptionMapperFactoryException mappersimplementation 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 ExceptionMappersBootstrapBag. exceptionMappersFields in org.glassfish.jersey.internal with type parameters of type ExceptionMappers Modifier and Type Field Description private javax.inject.Provider<ExceptionMappers>JaxrsProviders. mappersMethods in org.glassfish.jersey.internal that return ExceptionMappers Modifier and Type Method Description ExceptionMappersBootstrapBag. getExceptionMappers()Gets an instance ofExceptionMappers.Methods in org.glassfish.jersey.internal with parameters of type ExceptionMappers Modifier and Type Method Description voidBootstrapBag. 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 ExceptionMappersServerRuntime. exceptionMappersConstructors 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)
-