类 PredicateJudgeFactory
java.lang.Object
org.apache.shenyu.plugin.base.condition.judge.PredicateJudgeFactory
Predicate judge factory.
-
方法概要
修饰符和类型方法说明static Booleanjudge request realData has by pass.static PredicateJudgenewInstance(String operator) New instance predicate judge.
-
方法详细资料
-
newInstance
New instance predicate judge.- 参数:
operator- the operator- 返回:
- the predicate judge
-
judge
public static Boolean judge(org.apache.shenyu.common.dto.ConditionData conditionData, String realData) judge request realData has by pass.- 参数:
conditionData- condition datarealData- realData- 返回:
- is true pass is false not pass
-