类 AbstractCallbackFilter
java.lang.Object
cn.taketoday.bytecode.proxy.AbstractCallbackFilter
- 所有已实现的接口:
CallbackFilter
- 作者:
- TODAY
2018-11-08 15:09
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intMap a method to a callback.booleanTheCallbackFilterin use affects which cached class theEnhancerwill use, so this is a reminder that you should correctly implementequalsandhashCodefor customCallbackFilterimplementations in order to improve performance.protected abstract ObjectgetCallback(Method method) Callback[]Class<?>[]inthashCode()
-
构造器详细资料
-
AbstractCallbackFilter
-
-
方法详细资料
-
getCallback
-
getCallbacks
-
getCallbackTypes
-
accept
从接口复制的说明:CallbackFilterMap a method to a callback.- 指定者:
accept在接口中CallbackFilter- 参数:
method- the intercepted method- 返回:
- the index into the array of callbacks (as specified by
Enhancer.setCallbacks(cn.taketoday.bytecode.proxy.Callback...)) to use for the method,
-
hashCode
public int hashCode() -
equals
从接口复制的说明:CallbackFilterTheCallbackFilterin use affects which cached class theEnhancerwill use, so this is a reminder that you should correctly implementequalsandhashCodefor customCallbackFilterimplementations in order to improve performance.- 指定者:
equals在接口中CallbackFilter- 覆盖:
equals在类中Object
-