public interface RouteUrlMatchingRuleService
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<RouteUrlMatchingRule> |
getRepeatRouteUrlMatchingRule(RouteUrlMatchingRuleServiceImpl.RuleKey ruleKey)
直接匹配
|
RouteUrlMatchingRule |
getRouteUrlMatchingRule(RouteUrlMatchingRuleServiceImpl.RuleKey ruleKey)
直接匹配
|
SpecialRouteUrlWrapper |
getSpecialRouteUrl(java.lang.String pathHead)
特殊匹配
|
RouteUrlMatchingRule getRouteUrlMatchingRule(RouteUrlMatchingRuleServiceImpl.RuleKey ruleKey)
ruleKey - java.util.List<RouteUrlMatchingRule> getRepeatRouteUrlMatchingRule(RouteUrlMatchingRuleServiceImpl.RuleKey ruleKey)
ruleKey - SpecialRouteUrlWrapper getSpecialRouteUrl(java.lang.String pathHead)
pathHead - 路径头 /a/{b}/c中的a