T
public class RefreshableProxy<T> extends Object implements net.sf.cglib.proxy.MethodInterceptor
RefreshableProxy(T target)
getInstance()
Object
intercept(Object obj, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy proxy)
void
refresh(T target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RefreshableProxy(T target)
public void refresh(T target)
public T getInstance()
public Object intercept(Object obj, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy proxy) throws Throwable
intercept
net.sf.cglib.proxy.MethodInterceptor
Throwable
Copyright © 2018. All rights reserved.