类 PathPatternPredicateJudge
java.lang.Object
org.apache.shenyu.plugin.base.condition.judge.PathPatternPredicateJudge
- 所有已实现的接口:
PredicateJudge
1. it used PathPattern
2. not support '/api / ** /xxx'.
3. better performance than AntPathMatcher
Path pattern predicate judge.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
PathPatternPredicateJudge
public PathPatternPredicateJudge()
-
-
方法详细资料
-
judge
从接口复制的说明:PredicateJudgejudge conditionData and realData is match.- 指定者:
judge在接口中PredicateJudge- 参数:
conditionData- ConditionDatarealData- realData- 返回:
- true is pass false is not pass.
-