public class Invocation extends Object
执行器
Invocation(Object target, Method method, Object[] args)
Object[]
getArgs()
Method
getMethod()
Object
getTarget()
proceed()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Invocation(Object target, Method method, Object[] args)
public Object getTarget()
public Method getMethod()
public Object[] getArgs()
public Object proceed() throws InvocationTargetException, IllegalAccessException
InvocationTargetException
IllegalAccessException
Copyright © 2023. All rights reserved.