Package org.glassfish.jersey.client
Class ClientBootstrapBag
java.lang.Object
org.glassfish.jersey.internal.BootstrapBag
org.glassfish.jersey.client.ClientBootstrapBag
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
bootstrap. This works as a replacement of an injection framework during a bootstrap and intentionally keeps all needed types in
separate fields to make strong type nature and to preserve a clear view which types are needed to inject to other services.
This bootstrap bag is specialized for client part of Jersey.
- Author:
- Gaurav Gupta (gaurav.gupta@payara.fish)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class org.glassfish.jersey.internal.BootstrapBag
getAutoDiscoverables, getConfiguration, getContextResolvers, getExceptionMappers, getManagedObjectsFinalizer, getMessageBodyWorkers, getRequestScope, requireNonNull, setAutoDiscoverables, setConfiguration, setContextResolvers, setExceptionMappers, setManagedObjectsFinalizer, setMessageBodyWorkers, setRequestScope
-
Constructor Details
-
ClientBootstrapBag
public ClientBootstrapBag()
-
-
Method Details
-
getParameterUpdaterProvider
-
setParameterUpdaterProvider
-