Package io.datarouter.inject.guice
Class GuiceTool
java.lang.Object
io.datarouter.inject.guice.GuiceTool
public class GuiceTool extends Object
-
Constructor Summary
Constructors Constructor Description GuiceTool() -
Method Summary
Modifier and Type Method Description static <T> Map<String,T>getInstancesOfType(com.google.inject.Injector injector, Class<T> type)
-
Constructor Details
-
GuiceTool
public GuiceTool()
-
-
Method Details
-
getInstancesOfType
-