类 MatchPredicateJudge
java.lang.Object
org.apache.shenyu.plugin.base.condition.judge.MatchPredicateJudge
- 所有已实现的接口:
PredicateJudge
Match predicate judge.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
MatchPredicateJudge
public MatchPredicateJudge()
-
-
方法详细资料
-
judge
从接口复制的说明:PredicateJudgejudge conditionData and realData is match.- 指定者:
judge在接口中PredicateJudge- 参数:
conditionData- ConditionDatarealData- realData- 返回:
- true is pass false is not pass.
-