Uses of Class
org.glassfish.jersey.internal.BootstrapBag
Packages that use BootstrapBag
Package
Description
Common Jersey core classes.
Jersey client-side classes.
Common Jersey internal API classes.
Common Jersey internal injection utility 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 BootstrapBag in org.glassfish.jersey
Methods in org.glassfish.jersey with parameters of type BootstrapBagModifier and TypeMethodDescriptionprotected voidAbstractFeatureConfigurator.registerFeatures(Collection<Class<T>> features, BootstrapBag bootstrapBag) Allows feature registration as part of autoDiscoverables list -
Uses of BootstrapBag in org.glassfish.jersey.client
Subclasses of BootstrapBag in org.glassfish.jersey.clientModifier and TypeClassDescriptionclassA holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap. -
Uses of BootstrapBag in org.glassfish.jersey.client.internal.inject
Methods in org.glassfish.jersey.client.internal.inject with parameters of type BootstrapBagModifier and TypeMethodDescriptionvoidParameterUpdaterConfigurator.init(InjectionManager injectionManager, BootstrapBag bootstrapBag) -
Uses of BootstrapBag in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal with parameters of type BootstrapBagModifier and TypeMethodDescriptionvoidAutoDiscoverableConfigurator.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) voidDynamicFeatureConfigurator.init(InjectionManager injectionManager, BootstrapBag bootstrapBag) voidExceptionMapperFactory.ExceptionMappersConfigurator.init(InjectionManager injectionManager, BootstrapBag bootstrapBag) voidFeatureConfigurator.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.internal.inject
Methods in org.glassfish.jersey.internal.inject with parameters of type BootstrapBagModifier and TypeMethodDescriptionvoidParamConverterConfigurator.init(InjectionManager injectionManager, BootstrapBag bootstrapBag) -
Uses of BootstrapBag in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal with parameters of type BootstrapBagModifier and TypeMethodDescriptionvoidMessageBodyFactory.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 BootstrapBagModifier and TypeMethodDescriptionvoidRequestScope.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.serverModifier and TypeClassDescriptionclassA 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 BootstrapBagModifier and TypeMethodDescriptionvoidResourceModelConfigurator.init(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 BootstrapBagModifier and TypeMethodDescriptionvoidParamExtractorConfigurator.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 BootstrapBagModifier and TypeMethodDescriptionvoidRequestProcessingConfigurator.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 BootstrapBagModifier and TypeMethodDescriptionvoidResourceMethodInvokerConfigurator.init(InjectionManager injectionManager, BootstrapBag bootstrapBag) voidResourceMethodInvokerConfigurator.postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)