Class UrlParamConditionMatcher
java.lang.Object
org.apache.dubbo.rpc.cluster.router.condition.matcher.AbstractConditionMatcher
org.apache.dubbo.rpc.cluster.router.condition.matcher.param.UrlParamConditionMatcher
- All Implemented Interfaces:
ConditionMatcher
This instance will be loaded separately to ensure it always gets executed as the last matcher.
So we don't put Active annotation here.
-
Field Summary
Fields inherited from class org.apache.dubbo.rpc.cluster.router.condition.matcher.AbstractConditionMatcher
DOES_NOT_FOUND_VALUE, logger -
Constructor Summary
ConstructorsConstructorDescriptionUrlParamConditionMatcher(String key, org.apache.dubbo.rpc.model.ModuleModel model) -
Method Summary
Methods inherited from class org.apache.dubbo.rpc.cluster.router.condition.matcher.AbstractConditionMatcher
getMatches, getMismatches, getSampleValueFromUrl, isMatch
-
Constructor Details
-
UrlParamConditionMatcher
-