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) classConfigurator which initializes and registerExecutorServiceProviderandScheduledExecutorServiceProvider. -
Uses of BootstrapConfigurator in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement BootstrapConfiguratorModifier and TypeClassDescriptionclassSimple ServiceFinder configuration.classConfigurator which initializes and registerAutoDiscoverableinstances intoInjectionManagerandBootstrapBag.static classConfigurator which initializes and registerContextResolversinstance intoInjectionManagerandBootstrapBag.static classConfigurator which initializes and registerExceptionMappersinstance intoInjectionManagerandBootstrapBag.static classConfigurator which initializes and registersProvidersinstance intoInjectionManagerandBootstrapBag. -
Uses of BootstrapConfigurator in org.glassfish.jersey.message.internal
Classes in org.glassfish.jersey.message.internal that implement BootstrapConfiguratorModifier and TypeClassDescriptionstatic classConfigurator which initializes and registerMessageBodyWorkersinstance intoInjectionManagerandBootstrapBag. -
Uses of BootstrapConfigurator in org.glassfish.jersey.process.internal
Classes in org.glassfish.jersey.process.internal that implement BootstrapConfiguratorModifier and TypeClassDescriptionclassAbstract Configurator which initializes and registerExecutorServiceProviderandScheduledExecutorServiceProvider.static classConfigurator which initializes and registerRequestScopeinstance intInjectionManagerandBootstrapBag. -
Uses of BootstrapConfigurator in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement BootstrapConfiguratorModifier and TypeClassDescription(package private) classConfigurator which initializes and registerApplicationinstance intoInjectionManagerandBootstrapBag.private classConfigurator which initializes and registerApplicationHandlerandConfigurationinstances intoInjectionManagerandBootstrapBag.(package private) classConfigurator which initializes and registerComponentProviderinstances intoBootstrapBag.(package private) classConfigurator which initializes and registerContainerProviderinstances intoInjectionManagerandBootstrapBag.(package private) classConfigurator which initializes and registerExternalRequestScopeinstance intoInjectionManager.(package private) classConfigurator which initializes and registerJerseyResourceContextinstance intoInjectionManagerandBootstrapBag.(package private) classConfigurator which initializes and registerModelProcessorinstances intoBootstrapBag.(package private) classConfigurator which initializes and registerProcessingProvidersinstance intoBootstrapBag.(package private) classConfigurator which initializes and registerResourceBaginstance intoBootstrapBag.classConfigurator which binds providers and resources intoInjectionManager.(package private) classConfigurator which initializes and registerExecutorServiceProviderandScheduledExecutorServiceProvider.Method parameters in org.glassfish.jersey.server with type arguments of type BootstrapConfiguratorModifier and TypeMethodDescriptionprivate ServerRuntimeApplicationHandler.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 TypeClassDescriptionclassConfigurator which initializes and registerParamConverters.AggregatedProviderinstances intoInjectionManager.classConfigurator which initializes and registerMultivaluedParameterExtractorProviderinstance intoInjectionManager.classConfigurator which initializes and registerValueParamProviderinstances intoInjectionManagerandBootstrapBag. -
Uses of BootstrapConfigurator in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement BootstrapConfiguratorModifier and TypeClassDescriptionclassConfigurator which initializes and registerExternalRequestScopeinstance intoInjectionManager. -
Uses of BootstrapConfigurator in org.glassfish.jersey.server.model.internal
Classes in org.glassfish.jersey.server.model.internal that implement BootstrapConfiguratorModifier and TypeClassDescriptionclassConfigurator which initializes and registerResourceMethodDispatcherinstance intoBootstrapBag.