Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.DoubleMatcherOrBuilder
-
Packages that use DoubleMatcherOrBuilder Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of DoubleMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement DoubleMatcherOrBuilder Modifier and Type Class Description classDoubleMatcherSpecifies the way to match a double value.static classDoubleMatcher.BuilderSpecifies the way to match a double value.Methods in io.envoyproxy.envoy.type.matcher.v3 that return DoubleMatcherOrBuilder Modifier and Type Method Description DoubleMatcherOrBuilderValueMatcher.Builder. getDoubleMatchOrBuilder()If specified, a match occurs if and only if the target value is a double value and is matched to this field.DoubleMatcherOrBuilderValueMatcher. getDoubleMatchOrBuilder()If specified, a match occurs if and only if the target value is a double value and is matched to this field.DoubleMatcherOrBuilderValueMatcherOrBuilder. getDoubleMatchOrBuilder()If specified, a match occurs if and only if the target value is a double value and is matched to this field.
-