update
This commit is contained in:
@@ -77,7 +77,6 @@ public class ReflectUtils {
|
|||||||
//Method method = getAccessibleMethodByName(object, methodName, 0);
|
//Method method = getAccessibleMethodByName(object, methodName, 0);
|
||||||
//if (method == null) { return; }
|
//if (method == null) { return; }
|
||||||
//Class<?> returnType = method.getReturnType();
|
//Class<?> returnType = method.getReturnType();
|
||||||
System.out.println(object.getClass());
|
|
||||||
MethodAccess ma = MethodAccess.get(object.getClass());
|
MethodAccess ma = MethodAccess.get(object.getClass());
|
||||||
Class<?> returnType = ma.getReturnTypes()[ma.getIndex(methodName)];
|
Class<?> returnType = ma.getReturnTypes()[ma.getIndex(methodName)];
|
||||||
childObj = returnType.getDeclaredConstructor().newInstance();
|
childObj = returnType.getDeclaredConstructor().newInstance();
|
||||||
|
|||||||
Reference in New Issue
Block a user