public static class ReflectiveMethodInvoker.ProxyMethodInvoker extends ReflectiveMethodInvoker
MethodInvoker implementation for JDK proxy object, which invoke method on proxy object.ReflectiveMethodInvoker.InvocationMethodInvoker, ReflectiveMethodInvoker.ProxyMethodInvokeralignArguments, method, target| 构造器和说明 |
|---|
ProxyMethodInvoker(Object target,
Method method,
boolean invokeRow)
Constructor with target and method.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
invokeMethod(Object target,
Object... args)
Invoke method.
|
create, invokeprotected Object invokeMethod(Object target, Object... args)
invokeMethod 在类中 ReflectiveMethodInvokertarget - targetargs - argsCopyright © 2024. All rights reserved.