Uses of Class
com.github.xds.type.matcher.v3.Matcher.MatcherTree
Packages that use Matcher.MatcherTree
-
Uses of Matcher.MatcherTree in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return Matcher.MatcherTreeModifier and TypeMethodDescriptionMatcher.MatcherTree.Builder.build()Matcher.MatcherTree.Builder.buildPartial()static Matcher.MatcherTreeMatcher.MatcherTree.getDefaultInstance()Matcher.MatcherTree.Builder.getDefaultInstanceForType()Matcher.MatcherTree.getDefaultInstanceForType()Matcher.Builder.getMatcherTree()A match tree to evaluate.Matcher.getMatcherTree()A match tree to evaluate.MatcherOrBuilder.getMatcherTree()A match tree to evaluate.static Matcher.MatcherTreeMatcher.MatcherTree.parseDelimitedFrom(InputStream input) static Matcher.MatcherTreeMatcher.MatcherTree.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Matcher.MatcherTreeMatcher.MatcherTree.parseFrom(byte[] data) static Matcher.MatcherTreeMatcher.MatcherTree.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Matcher.MatcherTreeMatcher.MatcherTree.parseFrom(com.google.protobuf.ByteString data) static Matcher.MatcherTreeMatcher.MatcherTree.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Matcher.MatcherTreeMatcher.MatcherTree.parseFrom(com.google.protobuf.CodedInputStream input) static Matcher.MatcherTreeMatcher.MatcherTree.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Matcher.MatcherTreeMatcher.MatcherTree.parseFrom(InputStream input) static Matcher.MatcherTreeMatcher.MatcherTree.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Matcher.MatcherTreeMatcher.MatcherTree.parseFrom(ByteBuffer data) static Matcher.MatcherTreeMatcher.MatcherTree.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Matcher.MatcherTreeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Matcher.MatcherTree> Matcher.MatcherTree.getParserForType()static com.google.protobuf.Parser<Matcher.MatcherTree> Matcher.MatcherTree.parser()Methods in com.github.xds.type.matcher.v3 with parameters of type Matcher.MatcherTreeModifier and TypeMethodDescriptionMatcher.MatcherTree.Builder.mergeFrom(Matcher.MatcherTree other) Matcher.Builder.mergeMatcherTree(Matcher.MatcherTree value) A match tree to evaluate.static Matcher.MatcherTree.BuilderMatcher.MatcherTree.newBuilder(Matcher.MatcherTree prototype) Matcher.Builder.setMatcherTree(Matcher.MatcherTree value) A match tree to evaluate.