接口 Filter<T>
- 类型参数:
T- the param type
public interface Filter<T>
Filter related
- 从以下版本开始:
- 1.0.8
- 作者:
- yanhom
-
方法概要
-
方法详细资料
-
getOrder
int getOrder()Filter order.- 返回:
- int val
-
doFilter
Do filter.- 参数:
context- contextnextInvoker- next invoker
-
T - the param typecontext - contextnextInvoker - next invoker