Uses of Interface
org.glassfish.jersey.internal.BootstrapConfigurator
-
Packages that use BootstrapConfigurator Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.process.internal Common Jersey internal processing classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.internal.inject Jersey server-side JAX-RS injection support classes.org.glassfish.jersey.server.internal.process Jersey server-side internal classes related to request and response processing.org.glassfish.jersey.server.model.internal Jersey server-side internal model related and routing helper classes. -
-
Uses of BootstrapConfigurator in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement BootstrapConfigurator Modifier and Type Class Description private static class
ClientConfig.RuntimeConfigConfigurator
(package private) class
ClientExecutorProvidersConfigurator
Configurator which initializes and registerExecutorServiceProvider
andScheduledExecutorServiceProvider
. -
Uses of BootstrapConfigurator in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement BootstrapConfigurator Modifier and Type Class Description class
AbstractServiceFinderConfigurator<T>
Simple ServiceFinder configuration.class
AutoDiscoverableConfigurator
Configurator which initializes and registerAutoDiscoverable
instances intoInjectionManager
andBootstrapBag
.static class
ContextResolverFactory.ContextResolversConfigurator
Configurator which initializes and registerContextResolvers
instance intoInjectionManager
andBootstrapBag
.static class
ExceptionMapperFactory.ExceptionMappersConfigurator
Configurator which initializes and registerExceptionMappers
instance intoInjectionManager
andBootstrapBag
.static class
JaxrsProviders.ProvidersConfigurator
Configurator which initializes and registersProviders
instance intoInjectionManager
andBootstrapBag
. -
Uses of BootstrapConfigurator in org.glassfish.jersey.message.internal
Classes in org.glassfish.jersey.message.internal that implement BootstrapConfigurator Modifier and Type Class Description static class
MessageBodyFactory.MessageBodyWorkersConfigurator
Configurator which initializes and registerMessageBodyWorkers
instance intoInjectionManager
andBootstrapBag
. -
Uses of BootstrapConfigurator in org.glassfish.jersey.process.internal
Classes in org.glassfish.jersey.process.internal that implement BootstrapConfigurator Modifier and Type Class Description class
AbstractExecutorProvidersConfigurator
Abstract Configurator which initializes and registerExecutorServiceProvider
andScheduledExecutorServiceProvider
.static class
RequestScope.RequestScopeConfigurator
Configurator which initializes and registerRequestScope
instance intInjectionManager
andBootstrapBag
. -
Uses of BootstrapConfigurator in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement BootstrapConfigurator Modifier and Type Class Description (package private) class
ApplicationConfigurator
Configurator which initializes and registerApplication
instance intoInjectionManager
andBootstrapBag
.private class
ApplicationHandler.RuntimeConfigConfigurator
Configurator which initializes and registerApplicationHandler
andConfiguration
instances intoInjectionManager
andBootstrapBag
.(package private) class
ComponentProviderConfigurator
Configurator which initializes and registerComponentProvider
instances intoBootstrapBag
.(package private) class
ContainerProviderConfigurator
Configurator which initializes and registerContainerProvider
instances intoInjectionManager
andBootstrapBag
.(package private) class
ExternalRequestScopeConfigurator
Configurator which initializes and registerExternalRequestScope
instance intoInjectionManager
.(package private) class
JerseyResourceContextConfigurator
Configurator which initializes and registerJerseyResourceContext
instance intoInjectionManager
andBootstrapBag
.(package private) class
ModelProcessorConfigurator
Configurator which initializes and registerModelProcessor
instances intoBootstrapBag
.(package private) class
ProcessingProvidersConfigurator
Configurator which initializes and registerProcessingProviders
instance intoBootstrapBag
.(package private) class
ResourceBagConfigurator
Configurator which initializes and registerResourceBag
instance intoBootstrapBag
.class
ResourceModelConfigurator
Configurator which binds providers and resources intoInjectionManager
.(package private) class
ServerExecutorProvidersConfigurator
Configurator which initializes and registerExecutorServiceProvider
andScheduledExecutorServiceProvider
.Method parameters in org.glassfish.jersey.server with type arguments of type BootstrapConfigurator Modifier and Type Method Description private ServerRuntime
ApplicationHandler. initialize(InjectionManager injectionManager, java.util.List<BootstrapConfigurator> bootstrapConfigurators, ServerBootstrapBag bootstrapBag)
Assumes the configuration field is initialized with a valid ResourceConfig. -
Uses of BootstrapConfigurator in org.glassfish.jersey.server.internal.inject
Classes in org.glassfish.jersey.server.internal.inject that implement BootstrapConfigurator Modifier and Type Class Description class
ParamConverterConfigurator
Configurator which initializes and registerParamConverters.AggregatedProvider
instances intoInjectionManager
.class
ParamExtractorConfigurator
Configurator which initializes and registerMultivaluedParameterExtractorProvider
instance intoInjectionManager
.class
ValueParamProviderConfigurator
Configurator which initializes and registerValueParamProvider
instances intoInjectionManager
andBootstrapBag
. -
Uses of BootstrapConfigurator in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement BootstrapConfigurator Modifier and Type Class Description class
RequestProcessingConfigurator
Configurator which initializes and registerExternalRequestScope
instance intoInjectionManager
. -
Uses of BootstrapConfigurator in org.glassfish.jersey.server.model.internal
Classes in org.glassfish.jersey.server.model.internal that implement BootstrapConfigurator Modifier and Type Class Description class
ResourceMethodInvokerConfigurator
Configurator which initializes and registerResourceMethodDispatcher
instance intoBootstrapBag
.
-