public class CglibUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static net.sf.cglib.proxy.MethodInterceptor |
getDefaultInterceptor(java.lang.String key) |
static <T> T |
newInstance(java.lang.Class<T> classType,
net.sf.cglib.proxy.MethodInterceptor interceptor) |