Class LookupTester


  • class LookupTester
    extends java.lang.Object
    An interface in a different package, so that AssistedInject's main package can't see it. Used at runtime to determine which kind of Lookup method we'll support.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static interface  LookupTester.Hidden  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.invoke.MethodHandles.Lookup LOOKUP  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LookupTester()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LOOKUP

        static final java.lang.invoke.MethodHandles.Lookup LOOKUP
    • Constructor Detail

      • LookupTester

        private LookupTester()