Uses of Class
org.glassfish.jersey.internal.BootstrapBag
-
Packages that use BootstrapBag 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 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.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)
-