Uses of Class
org.glassfish.jersey.internal.BootstrapBag
-
Packages that use BootstrapBag 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 BootstrapBag in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client with parameters of type BootstrapBag Modifier and Type Method Description voidClientConfig.RuntimeConfigConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidClientExecutorProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)Constructors in org.glassfish.jersey.client with parameters of type BootstrapBag Constructor Description ClientRuntime(ClientConfig config, Connector connector, InjectionManager injectionManager, BootstrapBag bootstrapBag)Create new client request processing runtime. -
Uses of BootstrapBag in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal with parameters of type BootstrapBag Modifier and Type Method Description voidAutoDiscoverableConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidBootstrapConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)Pre-initialization method should only register services intoInjectionManagerand populateBootstrapBag.voidContextResolverFactory.ContextResolversConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidExceptionMapperFactory.ExceptionMappersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidJaxrsProviders.ProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)default voidBootstrapConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)Post-initialization method can get services fromInjectionManagerand is not able to register the new one because injection manager is already completed.voidContextResolverFactory.ContextResolversConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidExceptionMapperFactory.ExceptionMappersConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag) -
Uses of BootstrapBag in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal with parameters of type BootstrapBag Modifier and Type Method Description voidMessageBodyFactory.MessageBodyWorkersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidMessageBodyFactory.MessageBodyWorkersConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag) -
Uses of BootstrapBag in org.glassfish.jersey.process.internal
Methods in org.glassfish.jersey.process.internal with parameters of type BootstrapBag Modifier and Type Method Description voidRequestScope.RequestScopeConfigurator. init(InjectionManager injectionManagerFactory, BootstrapBag bootstrapBag)voidRequestScope.RequestScopeConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag) -
Uses of BootstrapBag in org.glassfish.jersey.server
Subclasses of BootstrapBag in org.glassfish.jersey.server Modifier and Type Class Description classServerBootstrapBagA holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.Methods in org.glassfish.jersey.server with parameters of type BootstrapBag Modifier and Type Method Description voidApplicationConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidApplicationHandler.RuntimeConfigConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidComponentProviderConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidContainerProviderConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidExternalRequestScopeConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidJerseyResourceContextConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidModelProcessorConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidProcessingProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidResourceBagConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidResourceModelConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidServerExecutorProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidComponentProviderConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidJerseyResourceContextConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidProcessingProvidersConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag) -
Uses of BootstrapBag in org.glassfish.jersey.server.internal.inject
Methods in org.glassfish.jersey.server.internal.inject with parameters of type BootstrapBag Modifier and Type Method Description voidParamConverterConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidParamExtractorConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidValueParamProviderConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidValueParamProviderConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag) -
Uses of BootstrapBag in org.glassfish.jersey.server.internal.process
Methods in org.glassfish.jersey.server.internal.process with parameters of type BootstrapBag Modifier and Type Method Description voidRequestProcessingConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag) -
Uses of BootstrapBag in org.glassfish.jersey.server.model.internal
Methods in org.glassfish.jersey.server.model.internal with parameters of type BootstrapBag Modifier and Type Method Description voidResourceMethodInvokerConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidResourceMethodInvokerConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)
-