| 程序包 | 说明 |
|---|---|
| org.apache.shenyu.plugin.base.condition.judge |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BlankPredicateJudge
Blank predicate judge.
|
class |
ContainsPredicateJudge
Contains predicate judge.
|
class |
EndsWithPredicateJudge
Ends with predicate judge.
|
class |
EqualsPredicateJudge
Equals predicate judge.
|
class |
ExcludePredicateJudge
Exclude predicate judge.
|
class |
MatchPredicateJudge
Match predicate judge.
|
class |
PathPatternPredicateJudge
1. it used PathPattern
2. not support '/api / ** /xxx'.
3. better performance than AntPathMatcher
Path pattern predicate judge.
|
class |
RegexPredicateJudge
Regex predicate judge.
|
class |
StartsWithPredicateJudge
Starts with predicate judge.
|
class |
TimerAfterPredicateJudge
Timer after predicate judge.
|
class |
TimerBeforePredicateJudge
Timer before predicate judge.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PredicateJudge |
PredicateJudgeFactory.newInstance(java.lang.String operator)
New instance predicate judge.
|
Copyright © 2026 The Apache Software Foundation. All rights reserved.