public class JdkInterceptor extends Object implements InvocationHandler, Serializable
JdkInterceptor(Object target, Aspect aspect)
Object
getTarget()
invoke(Object proxy, Method method, Object[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JdkInterceptor(Object target, Aspect aspect)
target
aspect
public Object getTarget()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2019. All rights reserved.