Class MethodHandleProxy.LegacyVersion

    • Field Summary

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

      Constructors 
      Constructor Description
      LegacyVersion()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RealMethod resolve​(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

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

      • constructor

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

      • LegacyVersion

        LegacyVersion()
               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • resolve

        public RealMethod resolve​(java.lang.Object proxy,
                                  java.lang.reflect.Method method,
                                  java.lang.Object[] args)
        Specified by:
        resolve in interface ProxyRealMethod