Class FactoryProvider2.PrivateLookup

  • Enclosing class:
    FactoryProvider2<F>

    static class FactoryProvider2.PrivateLookup
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      PrivateLookup()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.reflect.Constructor<java.lang.invoke.MethodHandles.Lookup> findPrivateLookupCxtor()  
      (package private) static java.lang.invoke.MethodHandle superMethodHandle​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

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

      • privateLookupCxtor

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

      • PrivateLookup

        PrivateLookup()
    • Method Detail

      • findPrivateLookupCxtor

        private static java.lang.reflect.Constructor<java.lang.invoke.MethodHandles.Lookup> findPrivateLookupCxtor()
      • superMethodHandle

        static java.lang.invoke.MethodHandle superMethodHandle​(java.lang.reflect.Method method)
                                                        throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException