Class Injectors

java.lang.Object
net.thucydides.core.guice.Injectors

public class Injectors
extends java.lang.Object
Somewhere to hold the Guice injector. There might be a better way to do this.
  • Constructor Summary

    Constructors
    Constructor Description
    Injectors()  
  • Method Summary

    Modifier and Type Method Description
    static com.google.inject.Injector getInjector()  
    static com.google.inject.Injector getInjector​(com.google.inject.Module module)  

    Methods inherited from class java.lang.Object

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

    • Injectors

      public Injectors()
  • Method Details

    • getInjector

      public static com.google.inject.Injector getInjector()
    • getInjector

      public static com.google.inject.Injector getInjector​(com.google.inject.Module module)