Uses of Interface
org.glassfish.jersey.internal.BootstrapConfigurator
Packages that use BootstrapConfigurator
Package
Description
Common Jersey core classes.
Common Jersey internal API classes.
Common Jersey internal messaging classes.
Common Jersey internal processing classes.
Jersey server-side classes.
Jersey server-side internal model related and routing helper classes.
-
Uses of BootstrapConfigurator in org.glassfish.jersey
Classes in org.glassfish.jersey that implement BootstrapConfigurator -
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
.class
Registers JAX-RSDynamicFeature
which are listed as SPIs for registration.static class
Configurator which initializes and registerExceptionMappers
instance intoInjectionManager
andBootstrapBag
.class
Registers JAX-RSFeature
which are listed as SPIs for registration.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 TypeClassDescriptionclass
Configurator which binds providers and resources 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
.