类 PredicateJudgeFactory

java.lang.Object
org.apache.shenyu.plugin.base.condition.judge.PredicateJudgeFactory

public final class PredicateJudgeFactory extends Object
Predicate judge factory.
  • 方法详细资料

    • newInstance

      public static PredicateJudge newInstance(String operator)
      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 data
      realData - realData
      返回:
      is true pass is false not pass