Uses of Interface
io.envoyproxy.envoy.type.matcher.ListMatcherOrBuilder
-
Packages that use ListMatcherOrBuilder Package Description io.envoyproxy.envoy.type.matcher -
-
Uses of ListMatcherOrBuilder in io.envoyproxy.envoy.type.matcher
Classes in io.envoyproxy.envoy.type.matcher that implement ListMatcherOrBuilder Modifier and Type Class Description classListMatcherSpecifies the way to match a list value.static classListMatcher.BuilderSpecifies the way to match a list value.Methods in io.envoyproxy.envoy.type.matcher that return ListMatcherOrBuilder Modifier and Type Method Description ListMatcherOrBuilderValueMatcher.Builder. getListMatchOrBuilder()If specified, a match occurs if and only if the target value is a list value and is matched to this field.ListMatcherOrBuilderValueMatcher. getListMatchOrBuilder()If specified, a match occurs if and only if the target value is a list value and is matched to this field.ListMatcherOrBuilderValueMatcherOrBuilder. getListMatchOrBuilder()If specified, a match occurs if and only if the target value is a list value and is matched to this field.
-