Package org.glassfish.jersey.client
Class ClientConfig.RuntimeConfigConfigurator
- java.lang.Object
-
- org.glassfish.jersey.client.ClientConfig.RuntimeConfigConfigurator
-
- All Implemented Interfaces:
BootstrapConfigurator
- Enclosing class:
- ClientConfig
private static class ClientConfig.RuntimeConfigConfigurator extends java.lang.Object implements BootstrapConfigurator
-
-
Field Summary
Fields Modifier and Type Field Description private ClientConfig.State
runtimeConfig
-
Constructor Summary
Constructors Modifier Constructor Description private
RuntimeConfigConfigurator(ClientConfig.State runtimeConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
Pre-initialization method should only register services intoInjectionManager
and populateBootstrapBag
.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.glassfish.jersey.internal.BootstrapConfigurator
postInit
-
-
-
-
Field Detail
-
runtimeConfig
private final ClientConfig.State runtimeConfig
-
-
Constructor Detail
-
RuntimeConfigConfigurator
private RuntimeConfigConfigurator(ClientConfig.State runtimeConfig)
-
-
Method Detail
-
init
public void init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
Description copied from interface:BootstrapConfigurator
Pre-initialization method should only register services intoInjectionManager
and populateBootstrapBag
.- Specified by:
init
in interfaceBootstrapConfigurator
- Parameters:
injectionManager
- not completed injection manager.bootstrapBag
- bootstrap bag with services used in following processing.
-
-