Uses of Interface
org.apache.dubbo.rpc.cluster.router.condition.matcher.pattern.ValuePattern
Packages that use ValuePattern
Package
Description
-
Uses of ValuePattern in org.apache.dubbo.rpc.cluster.router.condition.matcher.pattern.range
Classes in org.apache.dubbo.rpc.cluster.router.condition.matcher.pattern.range that implement ValuePatternModifier and TypeClassDescriptionclassMatches with patterns like 'key=1~100', 'key=~100' or 'key=1~' -
Uses of ValuePattern in org.apache.dubbo.rpc.cluster.router.condition.matcher.pattern.wildcard
Classes in org.apache.dubbo.rpc.cluster.router.condition.matcher.pattern.wildcard that implement ValuePatternModifier and TypeClassDescriptionclassMatches with patterns like 'key=hello', 'key=hello*', 'key=*hello', 'key=h*o' or 'key=*'