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