public class CglibProxy extends Object implements net.sf.cglib.proxy.InvocationHandler
CglibProxy(Object target)
<T> T
getProxy()
Object
invoke(Object proxy, Method method, Object[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CglibProxy(Object target)
public <T> T getProxy()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
net.sf.cglib.proxy.InvocationHandler
Throwable
Copyright © 2024. All rights reserved.