Uses of Class
org.glassfish.jersey.internal.BootstrapBag
-
Packages that use BootstrapBag Package Description org.glassfish.jersey Common Jersey core classes.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.model.internal 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 BootstrapBag Modifier and Type Method Description protected 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.client Modifier and Type Class Description classClientBootstrapBagA 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.internal
Methods in org.glassfish.jersey.internal with parameters of type BootstrapBag Modifier and Type Method Description voidAutoDiscoverableConfigurator. init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)voidBootstrapConfigurator. init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)Pre-initialization method should only register services intoInjectionManagerand populateBootstrapBag.voidContextResolverFactory.ContextResolversConfigurator. init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)voidDynamicFeatureConfigurator. init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)voidExceptionMapperFactory.ExceptionMappersConfigurator. init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)voidFeatureConfigurator. init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)voidJaxrsProviders.ProvidersConfigurator. init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)default voidBootstrapConfigurator. postInit(org.glassfish.jersey.internal.inject.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(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)voidExceptionMapperFactory.ExceptionMappersConfigurator. postInit(org.glassfish.jersey.internal.inject.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(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)voidMessageBodyFactory.MessageBodyWorkersConfigurator. postInit(org.glassfish.jersey.internal.inject.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(org.glassfish.jersey.internal.inject.InjectionManager injectionManagerFactory, BootstrapBag bootstrapBag)voidRequestScope.RequestScopeConfigurator. postInit(org.glassfish.jersey.internal.inject.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 voidResourceModelConfigurator. init(org.glassfish.jersey.internal.inject.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(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)voidResourceMethodInvokerConfigurator. postInit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)
-