Class RedirectProxy.RedirectMethod<D>
- java.lang.Object
-
- com.lordofthejars.nosqlunit.proxy.RedirectProxy.RedirectMethod<D>
-
- All Implemented Interfaces:
net.sf.cglib.proxy.Callback,net.sf.cglib.proxy.MethodInterceptor
- Enclosing class:
- RedirectProxy<S,D>
public static class RedirectProxy.RedirectMethod<D> extends java.lang.Object implements net.sf.cglib.proxy.MethodInterceptor
-
-
Constructor Summary
Constructors Constructor Description RedirectMethod(D destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectintercept(java.lang.Object object, java.lang.reflect.Method method, java.lang.Object[] arguments, net.sf.cglib.proxy.MethodProxy proxy)
-
-
-
Constructor Detail
-
RedirectMethod
public RedirectMethod(D destination)
-
-
Method Detail
-
intercept
public java.lang.Object intercept(java.lang.Object object, java.lang.reflect.Method method, java.lang.Object[] arguments, net.sf.cglib.proxy.MethodProxy proxy) throws java.lang.Throwable- Specified by:
interceptin interfacenet.sf.cglib.proxy.MethodInterceptor- Throws:
java.lang.Throwable
-
-