@Activate(order=200) public class AttachmentConditionMatcherFactory extends Object implements ConditionMatcherFactory
| 构造器和说明 |
|---|
AttachmentConditionMatcherFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
ConditionMatcher |
createMatcher(String key,
org.apache.dubbo.rpc.model.ModuleModel model)
Create a matcher instance for the key.
|
boolean |
shouldMatch(String key)
Check if the key is of the form of the current matcher type which this factory instance represents..
|
public boolean shouldMatch(String key)
ConditionMatcherFactoryshouldMatch 在接口中 ConditionMatcherFactorykey - the key of a particular formpublic ConditionMatcher createMatcher(String key, org.apache.dubbo.rpc.model.ModuleModel model)
ConditionMatcherFactorycreateMatcher 在接口中 ConditionMatcherFactorykey - the key value conforms to a specific matcher specificationmodel - module modelCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.