net.sf.doolin.bus.cglib
Class BeanProxyFactory
java.lang.Object
net.sf.doolin.bus.cglib.BeanProxyFactory
public class BeanProxyFactory
- extends Object
|
Method Summary |
static
|
create(Class<T> type)
Creates a proxy from a class, by using a default constructor and
annotations on the method. |
static
|
proxy(T instance)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanProxyFactory
public BeanProxyFactory()
create
public static <T> T create(Class<T> type)
- Creates a proxy from a class, by using a default constructor and
annotations on the method. Calling
create(MyType.class) is
equivalent to call
proxy(new MyType(), BeanProxyDetection.ANNOTATION).
proxy
public static <T> T proxy(T instance)
Copyright © 2011. All Rights Reserved.