I'm facing a problem where I'm not able to get any method names (and indices) through the following code: ```MethodAccess.get(java.lang.Object.class)``` Using `getMethodNames()` will return an empty array.
I'm facing a problem where I'm not able to get any method names (and indices) through the following code:
MethodAccess.get(java.lang.Object.class)Using
getMethodNames()will return an empty array.