Class ReflectUtil.LiveMethodRef

java.lang.Object
manifold.util.ReflectUtil.LiveMethodRef
Enclosing class:
ReflectUtil

public static class ReflectUtil.LiveMethodRef extends Object
  • Method Details

    • getMethod

      public Method getMethod()
    • getReceiver

      public Object getReceiver()
    • invoke

      public Object invoke(Object... args)
    • invokeSuper

      public Object invokeSuper(Object... args)
      Warning: using reflect to access MethodHandle because MethodHandle.invoke/invokeExact do not work in Android APIs before version 8 (API level 26). If you call this method from Android with an older API, it's gonna splode.