Class ContextManager.Inner

  • Enclosing interface:
    ContextManager

    public static class ContextManager.Inner
    extends java.lang.Object
    A locator for the ContextManager which uses the ServiceLoader facility to be independent of any DI framework. This locator caches the internal reference and this is ok for production use; during tests, since multiple contexts are typically created and destroyed for each test, you should call ContextManager.reset() after each test has been completed.
    • Constructor Summary

      Constructors 
      Constructor Description
      Inner()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Inner

        public Inner()