Uses of Interface
org.glassfish.jersey.internal.BootstrapConfigurator
-
Packages that use BootstrapConfigurator Package Description org.glassfish.jersey Common Jersey core 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. -
-
Uses of BootstrapConfigurator in org.glassfish.jersey
Classes in org.glassfish.jersey that implement BootstrapConfigurator Modifier and Type Class Description classAbstractFeatureConfigurator<T> -
Uses of BootstrapConfigurator in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement BootstrapConfigurator Modifier and Type Class Description classAbstractServiceFinderConfigurator<T>Simple ServiceFinder configuration.classAutoDiscoverableConfiguratorConfigurator which initializes and registerAutoDiscoverableinstances intoInjectionManagerandBootstrapBag.static classContextResolverFactory.ContextResolversConfiguratorConfigurator which initializes and registerContextResolversinstance intoInjectionManagerandBootstrapBag.classDynamicFeatureConfiguratorRegisters JAX-RSDynamicFeaturewhich are listed as SPIs for registration.static classExceptionMapperFactory.ExceptionMappersConfiguratorConfigurator which initializes and registerExceptionMappersinstance intoInjectionManagerandBootstrapBag.classFeatureConfiguratorRegisters JAX-RSFeaturewhich are listed as SPIs for registration.static classJaxrsProviders.ProvidersConfiguratorConfigurator which initializes and registersProvidersinstance intoInjectionManagerandBootstrapBag. -
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 classMessageBodyFactory.MessageBodyWorkersConfiguratorConfigurator which initializes and registerMessageBodyWorkersinstance intoInjectionManagerandBootstrapBag. -
Uses of BootstrapConfigurator in org.glassfish.jersey.process.internal
Classes in org.glassfish.jersey.process.internal that implement BootstrapConfigurator Modifier and Type Class Description classAbstractExecutorProvidersConfiguratorAbstract Configurator which initializes and registerExecutorServiceProviderandScheduledExecutorServiceProvider.static classRequestScope.RequestScopeConfiguratorConfigurator which initializes and registerRequestScopeinstance intInjectionManagerandBootstrapBag.
-