| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConditionMatcher
The abstract implementation of ConditionMatcher, records the match and mismatch patterns of this matcher while at the same time
provides the common match logics.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionMatcher |
ConditionMatcherFactory.createMatcher(String key,
org.apache.dubbo.rpc.model.ModuleModel model)
Create a matcher instance for the key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentConditionMatcher
analysis the arguments in the rule.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionMatcher |
ArgumentConditionMatcherFactory.createMatcher(String key,
org.apache.dubbo.rpc.model.ModuleModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentConditionMatcher
analysis the arguments in the rule.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionMatcher |
AttachmentConditionMatcherFactory.createMatcher(String key,
org.apache.dubbo.rpc.model.ModuleModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
UrlParamConditionMatcher
This instance will be loaded separately to ensure it always gets executed as the last matcher.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionMatcher |
UrlParamConditionMatcherFactory.createMatcher(String key,
org.apache.dubbo.rpc.model.ModuleModel model) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.