| Package | Description |
|---|---|
| com.xunlei.channel.common.logic.handle | |
| com.xunlei.channel.common.logic.handle.impl |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LogicOperation.execute(LogicalOperation logicalOperation,
boolean... result) |
boolean |
LogicHandler.handle(T inputData,
Conditions conditions,
MethodManager methodManager)
根据配置进行逻辑运算
|
static Map<String,String> |
ConditionFieldHandler.processFieldAndValue(Object object)
处理输入对象为map,形式是 fieldName -> fieldValue
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LogicHandlerImpl.handle(T inputData,
Conditions conditions,
MethodManager methodManager) |
protected boolean |
LogicHandlerImpl.handleCondition(Condition condition,
Map<String,String> fieldNameAndValueMap,
MethodManager methodManager) |
protected boolean |
LogicHandlerImpl.handleConditions(Collection<Condition> conditionCollection,
Map<String,String> fieldNameAndValueMap,
MethodManager methodManager) |
protected boolean |
LogicHandlerImpl.handleConditions(Conditions conditions,
Map<String,String> fieldNameAndValueMap,
MethodManager methodManager) |
protected boolean |
LogicHandlerImpl.handleFieldQualified(String fieldValue,
String configValue,
FieldQualified qualified) |
Copyright © 2018. All rights reserved.