Package org.glassfish.jersey.client
Class ClientBootstrapBag
- java.lang.Object
-
- org.glassfish.jersey.internal.BootstrapBag
-
- org.glassfish.jersey.client.ClientBootstrapBag
-
public class ClientBootstrapBag extends BootstrapBag
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
Constructors Constructor Description ClientBootstrapBag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterUpdaterProvidergetParameterUpdaterProvider()voidsetParameterUpdaterProvider(ParameterUpdaterProvider provider)-
Methods inherited from class org.glassfish.jersey.internal.BootstrapBag
getAutoDiscoverables, getConfiguration, getContextResolvers, getExceptionMappers, getManagedObjectsFinalizer, getMessageBodyWorkers, getRequestScope, requireNonNull, setAutoDiscoverables, setConfiguration, setContextResolvers, setExceptionMappers, setManagedObjectsFinalizer, setMessageBodyWorkers, setRequestScope
-
-
-
-
Method Detail
-
getParameterUpdaterProvider
public ParameterUpdaterProvider getParameterUpdaterProvider()
-
setParameterUpdaterProvider
public void setParameterUpdaterProvider(ParameterUpdaterProvider provider)
-
-