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 void
ClientConfig.RuntimeConfigConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ClientExecutorProvidersConfigurator. 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 void
AutoDiscoverableConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
BootstrapConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
Pre-initialization method should only register services intoInjectionManager
and populateBootstrapBag
.void
ContextResolverFactory.ContextResolversConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ExceptionMapperFactory.ExceptionMappersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
JaxrsProviders.ProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
default void
BootstrapConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)
Post-initialization method can get services fromInjectionManager
and is not able to register the new one because injection manager is already completed.void
ContextResolverFactory.ContextResolversConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ExceptionMapperFactory.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 void
MessageBodyFactory.MessageBodyWorkersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
MessageBodyFactory.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 void
RequestScope.RequestScopeConfigurator. init(InjectionManager injectionManagerFactory, BootstrapBag bootstrapBag)
void
RequestScope.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 class
ServerBootstrapBag
A 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 void
ApplicationConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ApplicationHandler.RuntimeConfigConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ComponentProviderConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ContainerProviderConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ExternalRequestScopeConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
JerseyResourceContextConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ModelProcessorConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ProcessingProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ResourceBagConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ResourceModelConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ServerExecutorProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ComponentProviderConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
JerseyResourceContextConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ProcessingProvidersConfigurator. 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 void
ParamConverterConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ParamExtractorConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ValueParamProviderConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ValueParamProviderConfigurator. 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 void
RequestProcessingConfigurator. 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 void
ResourceMethodInvokerConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
void
ResourceMethodInvokerConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)
-