public class ProxyFactory extends Object
| Constructor and Description |
|---|
ProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createProxy(Class<T> rawType,
net.sf.cglib.proxy.MethodInterceptor callback,
Class<?>... interfaces) |
Copyright © 2015. All rights reserved.