public interface LogicHandler<T>
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
handle(T inputData,
Conditions conditions,
MethodManager methodManager)
根据配置进行逻辑运算
|
boolean handle(T inputData, Conditions conditions, MethodManager methodManager) throws HandlerException
inputData - 输入对象conditions - 配置methodManager - 方法管理HandlerExceptionCopyright © 2018. All rights reserved.