Module org.jvnet.hk2.guice.bridge
Class GuiceIntoHK2BridgeImpl
java.lang.Object
org.jvnet.hk2.guice.bridge.internal.GuiceIntoHK2BridgeImpl
- All Implemented Interfaces:
GuiceIntoHK2Bridge
- Author:
- jwells
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbridgeGuiceInjector(com.google.inject.Injector injector) Creates a link between hk2 services and a Guice injector
-
Constructor Details
-
GuiceIntoHK2BridgeImpl
public GuiceIntoHK2BridgeImpl()
-
-
Method Details
-
bridgeGuiceInjector
public void bridgeGuiceInjector(com.google.inject.Injector injector) Description copied from interface:GuiceIntoHK2BridgeCreates a link between hk2 services and a Guice injector- Specified by:
bridgeGuiceInjectorin interfaceGuiceIntoHK2Bridge- Parameters:
injector- The non-null Guice injector to create a bridge to
-