Uses of Interface
io.envoyproxy.envoy.type.matcher.DoubleMatcherOrBuilder
-
Packages that use DoubleMatcherOrBuilder Package Description io.envoyproxy.envoy.type.matcher -
-
Uses of DoubleMatcherOrBuilder in io.envoyproxy.envoy.type.matcher
Classes in io.envoyproxy.envoy.type.matcher 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 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.
-