public class PatchMapperMethodInvokeHandler
extends java.lang.Object
implements net.sf.cglib.proxy.MethodInterceptor
| Constructor and Description |
|---|
PatchMapperMethodInvokeHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
intercept(java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object[] objects,
net.sf.cglib.proxy.MethodProxy methodProxy)
Method is handler for all wrapper's methods.
|
public java.lang.Object intercept(java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object[] objects,
net.sf.cglib.proxy.MethodProxy methodProxy)
throws java.lang.Throwable
intercept in interface net.sf.cglib.proxy.MethodInterceptoro - "this", the enhanced objectmethod - intercepted Methodobjects - argument array; primitive types are wrappedmethodProxy - used to invoke super (non-intercepted method); may be called as many times as neededjava.lang.Throwable - any exception may be thrown; if so, super method will not be invokedCopyright © 2021. All Rights Reserved.