Uses of Class
io.envoyproxy.envoy.type.matcher.PathMatcher.RuleCase
-
Packages that use PathMatcher.RuleCase Package Description io.envoyproxy.envoy.type.matcher -
-
Uses of PathMatcher.RuleCase in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return PathMatcher.RuleCase Modifier and Type Method Description static PathMatcher.RuleCasePathMatcher.RuleCase. forNumber(int value)PathMatcher.RuleCasePathMatcher.Builder. getRuleCase()PathMatcher.RuleCasePathMatcher. getRuleCase()PathMatcher.RuleCasePathMatcherOrBuilder. getRuleCase()static PathMatcher.RuleCasePathMatcher.RuleCase. valueOf(int value)Deprecated.static PathMatcher.RuleCasePathMatcher.RuleCase. valueOf(String name)Returns the enum constant of this type with the specified name.static PathMatcher.RuleCase[]PathMatcher.RuleCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-