public abstract class MethodExecutor extends Object
MethodExecutor()
protected Object
execute(Object obj, Object[] args)
Class<?>[]
getParameterTypes()
Class<?>
getReturnType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MethodExecutor()
protected Object execute(Object obj, Object[] args) throws Throwable
obj
args
Throwable
public Class<?>[] getParameterTypes()
public Class<?> getReturnType()
Copyright © 2020. All rights reserved.