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