Uses of Interface
org.glassfish.jersey.internal.BootstrapConfigurator
Packages that use BootstrapConfigurator
Package
Description
Jersey client-side classes.
Common Jersey internal API classes.
Common Jersey internal messaging classes.
Common Jersey internal processing classes.
Jersey server-side classes.
Jersey server-side JAX-RS injection support classes.
Jersey server-side internal classes related to request and response processing.
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 BootstrapConfiguratorModifier and TypeClassDescriptionprivate static class
(package private) class
Configurator which initializes and registerExecutorServiceProvider
andScheduledExecutorServiceProvider
. -
Uses of BootstrapConfigurator in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement BootstrapConfiguratorModifier and TypeClassDescriptionclass
Simple ServiceFinder configuration.class
Configurator which initializes and registerAutoDiscoverable
instances intoInjectionManager
andBootstrapBag
.static class
Configurator which initializes and registerContextResolvers
instance intoInjectionManager
andBootstrapBag
.static class
Configurator which initializes and registerExceptionMappers
instance intoInjectionManager
andBootstrapBag
.static class
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 BootstrapConfiguratorModifier and TypeClassDescriptionstatic class
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 BootstrapConfiguratorModifier and TypeClassDescriptionclass
Abstract Configurator which initializes and registerExecutorServiceProvider
andScheduledExecutorServiceProvider
.static class
Configurator which initializes and registerRequestScope
instance intInjectionManager
andBootstrapBag
. -
Uses of BootstrapConfigurator in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement BootstrapConfiguratorModifier and TypeClassDescription(package private) class
Configurator which initializes and registerApplication
instance intoInjectionManager
andBootstrapBag
.private class
Configurator which initializes and registerApplicationHandler
andConfiguration
instances intoInjectionManager
andBootstrapBag
.(package private) class
Configurator which initializes and registerComponentProvider
instances intoBootstrapBag
.(package private) class
Configurator which initializes and registerContainerProvider
instances intoInjectionManager
andBootstrapBag
.(package private) class
Configurator which initializes and registerExternalRequestScope
instance intoInjectionManager
.(package private) class
Configurator which initializes and registerJerseyResourceContext
instance intoInjectionManager
andBootstrapBag
.(package private) class
Configurator which initializes and registerModelProcessor
instances intoBootstrapBag
.(package private) class
Configurator which initializes and registerProcessingProviders
instance intoBootstrapBag
.(package private) class
Configurator which initializes and registerResourceBag
instance intoBootstrapBag
.class
Configurator which binds providers and resources intoInjectionManager
.(package private) class
Configurator which initializes and registerExecutorServiceProvider
andScheduledExecutorServiceProvider
.Method parameters in org.glassfish.jersey.server with type arguments of type BootstrapConfiguratorModifier and TypeMethodDescriptionprivate ServerRuntime
ApplicationHandler.initialize
(InjectionManager injectionManager, 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 BootstrapConfiguratorModifier and TypeClassDescriptionclass
Configurator which initializes and registerParamConverters.AggregatedProvider
instances intoInjectionManager
.class
Configurator which initializes and registerMultivaluedParameterExtractorProvider
instance intoInjectionManager
.class
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 BootstrapConfiguratorModifier and TypeClassDescriptionclass
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 BootstrapConfiguratorModifier and TypeClassDescriptionclass
Configurator which initializes and registerResourceMethodDispatcher
instance intoBootstrapBag
.