Class LazyInitProxyFactory.AbstractCGLibInterceptor

    • Field Detail

      • typeName

        protected final java.lang.String typeName
    • Constructor Detail

      • AbstractCGLibInterceptor

        public AbstractCGLibInterceptor​(java.lang.Class<?> type,
                                        IProxyTargetLocator locator)
        Constructor
        Parameters:
        type - class of the object this proxy was created for
        locator - object locator used to locate the object this proxy represents
    • Method Detail

      • intercept

        public java.lang.Object intercept​(java.lang.Object object,
                                          java.lang.reflect.Method method,
                                          java.lang.Object[] args,
                                          net.sf.cglib.proxy.MethodProxy proxy)
                                   throws java.lang.Throwable
        Specified by:
        intercept in interface net.sf.cglib.proxy.MethodInterceptor
        Throws:
        java.lang.Throwable
        See Also:
        MethodInterceptor.intercept(java.lang.Object, java.lang.reflect.Method, java.lang.Object[], net.sf.cglib.proxy.MethodProxy)