| Package | Description |
|---|---|
| net.sf.cglib.proxy |
| Modifier and Type | Method and Description |
|---|---|
static MethodProxy |
MethodProxy.create(java.lang.Class c1,
java.lang.Class c2,
java.lang.String desc,
java.lang.String name1,
java.lang.String name2)
For internal use by
Enhancer only; see the FastMethod class
for similar functionality. |
static MethodProxy |
MethodProxy.find(java.lang.Class type,
Signature sig)
Return the
MethodProxy used when intercepting the method
matching the given signature. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
MethodInterceptor.intercept(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args,
MethodProxy proxy)
All generated proxied methods call this method instead of the original method.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.