Class MethodHandleProxy

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.invoke.MethodHandles.Lookup lookup  
    • 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

      • lookup

        private final java.lang.invoke.MethodHandles.Lookup lookup
    • Constructor Detail

      • MethodHandleProxy

        MethodHandleProxy()
                   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