|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodProxy | |
|---|---|
| net.sf.cglib.proxy | |
| Uses of MethodProxy in net.sf.cglib.proxy |
|---|
| Methods in net.sf.cglib.proxy that return MethodProxy | |
|---|---|
static MethodProxy |
MethodProxy.create(Class c1,
Class c2,
String desc,
String name1,
String name2)
For internal use by Enhancer only; see the FastMethod class
for similar functionality. |
static MethodProxy |
MethodProxy.find(Class type,
Signature sig)
Return the MethodProxy used when intercepting the method
matching the given signature. |
| Methods in net.sf.cglib.proxy with parameters of type MethodProxy | |
|---|---|
Object |
MethodInterceptor.intercept(Object obj,
Method method,
Object[] args,
MethodProxy proxy)
All generated proxied methods call this method instead of the original method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||