Package manifold.util

Class ReflectUtil.LiveMethodRef

  • Enclosing class:
    ReflectUtil

    public static class ReflectUtil.LiveMethodRef
    extends Object
    • Method Detail

      • getMethod

        public Method getMethod()
      • getReceiver

        public Object getReceiver()
      • 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.