public final class MatchFunctions extends Object
| Constructor and Description |
|---|
MatchFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
match(com.tencent.polaris.specification.api.v1.model.ModelProto.MatchString.MatchStringType matchType,
String destMetaValue,
String ruleValue)
根据
ModelProto.MatchString.MatchStringType 执行不同的规则计算任务 |
public static boolean match(com.tencent.polaris.specification.api.v1.model.ModelProto.MatchString.MatchStringType matchType,
String destMetaValue,
String ruleValue)
ModelProto.MatchString.MatchStringType 执行不同的规则计算任务matchType - match 规则类型destMetaValue - 实际准备参与计算的数据ruleValue - 规则数据boolean 匹配是否成功Copyright © 2023. All rights reserved.