Uses of Interface
io.envoyproxy.envoy.type.matcher.StructMatcher.PathSegmentOrBuilder
-
Packages that use StructMatcher.PathSegmentOrBuilder Package Description io.envoyproxy.envoy.type.matcher -
-
Uses of StructMatcher.PathSegmentOrBuilder in io.envoyproxy.envoy.type.matcher
Classes in io.envoyproxy.envoy.type.matcher that implement StructMatcher.PathSegmentOrBuilder Modifier and Type Class Description static classStructMatcher.PathSegmentSpecifies the segment in a path to retrieve value from Struct.static classStructMatcher.PathSegment.BuilderSpecifies the segment in a path to retrieve value from Struct.Methods in io.envoyproxy.envoy.type.matcher that return StructMatcher.PathSegmentOrBuilder Modifier and Type Method Description StructMatcher.PathSegmentOrBuilderStructMatcher.Builder. getPathOrBuilder(int index)The path to retrieve the Value from the Struct.StructMatcher.PathSegmentOrBuilderStructMatcher. getPathOrBuilder(int index)The path to retrieve the Value from the Struct.StructMatcher.PathSegmentOrBuilderStructMatcherOrBuilder. getPathOrBuilder(int index)The path to retrieve the Value from the Struct.Methods in io.envoyproxy.envoy.type.matcher that return types with arguments of type StructMatcher.PathSegmentOrBuilder Modifier and Type Method Description List<? extends StructMatcher.PathSegmentOrBuilder>StructMatcher.Builder. getPathOrBuilderList()The path to retrieve the Value from the Struct.List<? extends StructMatcher.PathSegmentOrBuilder>StructMatcher. getPathOrBuilderList()The path to retrieve the Value from the Struct.List<? extends StructMatcher.PathSegmentOrBuilder>StructMatcherOrBuilder. getPathOrBuilderList()The path to retrieve the Value from the Struct.
-