public abstract class AbstractInvocationHandler
extends java.lang.Object
implements net.sf.cglib.proxy.InvocationHandler, java.lang.reflect.InvocationHandler
抽象的调用处理器
主要是为了动态代理模式准备的模板处理器
具体实现类参考:
Email: fishinlove@163.com
created by 2019/04/14 15:41:47
Abstract invocation handler
For dynamic proxy, actually it is a 'templated' handler
See implemented class:
,
InterceptorInvocationHandler,
InvocationHandler| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractInvocationHandler(java.lang.Object target)
使用被代理的目标对象来初始化这个处理器
Use a target object to init this handler
|
Copyright © 2019. All Rights Reserved.