public class ProxyHandler extends Object implements InvocationHandler
ProxyHandler()
Object
bind(Object obj, ArrayList<Interceptor> interceptors)
invoke(Object proxy, Method method, Object[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProxyHandler()
public Object bind(Object obj, ArrayList<Interceptor> interceptors)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2019. All rights reserved.