public class Plugin extends Object implements InvocationHandler
插件代理
Object
invoke(Object proxy, Method method, Object[] args)
static <T> T
wrap(T t, Interceptor interceptor)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> T wrap(T t, Interceptor interceptor)
T
t
interceptor
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2023. All rights reserved.