Class GuiceTool

java.lang.Object
io.datarouter.inject.guice.GuiceTool

public class GuiceTool
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    GuiceTool()  
  • Method Summary

    Modifier and Type Method Description
    static <T> java.util.Map<java.lang.String,​T> getInstancesOfType​(com.google.inject.Injector injector, java.lang.Class<T> type)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getInstancesOfType

      public static <T> java.util.Map<java.lang.String,​T> getInstancesOfType​(com.google.inject.Injector injector, java.lang.Class<T> type)