Package de.caluga.morphium
Class LazyDeReferencingProxy<T>
- java.lang.Object
-
- de.caluga.morphium.LazyDeReferencingProxy<T>
-
- All Implemented Interfaces:
Serializable,net.sf.cglib.proxy.Callback,net.sf.cglib.proxy.MethodInterceptor
public class LazyDeReferencingProxy<T> extends Object implements net.sf.cglib.proxy.MethodInterceptor, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T__getDeref()T__getPureDeref()Objectintercept(Object o, Method method, Object[] objects, net.sf.cglib.proxy.MethodProxy methodProxy)
-