Class ReflectionHack.Java8

  • Enclosing class:
    ReflectionHack

    static class ReflectionHack.Java8
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.reflect.Constructor<java.lang.invoke.MethodHandles.Lookup> FACTORY  
    • Constructor Summary

      Constructors 
      Constructor Description
      Java8()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.invoke.MethodHandles.Lookup privateLookupIn​(java.lang.Class<?> lookup)  
      • Methods inherited from class java.lang.Object

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

      • FACTORY

        private static final java.lang.reflect.Constructor<java.lang.invoke.MethodHandles.Lookup> FACTORY
    • Constructor Detail

      • Java8

        Java8()
    • Method Detail

      • privateLookupIn

        public static java.lang.invoke.MethodHandles.Lookup privateLookupIn​(java.lang.Class<?> lookup)