public static class ReflectUtil.LiveMethodRef extends Object
Modifier and Type | Method and Description |
---|---|
Method |
getMethod() |
Object |
getReceiver() |
Object |
invoke(Object... args) |
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).
|
Copyright © 2024. All rights reserved.