Uses of Class
com.github.xds.type.matcher.v3.Matcher.MatcherList.FieldMatcher.Builder
Packages that use Matcher.MatcherList.FieldMatcher.Builder
-
Uses of Matcher.MatcherList.FieldMatcher.Builder in com.github.xds.type.matcher.v3
Subclasses with type arguments of type Matcher.MatcherList.FieldMatcher.Builder in com.github.xds.type.matcher.v3Modifier and TypeClassDescriptionstatic final classAn individual matcher.Fields in com.github.xds.type.matcher.v3 with type parameters of type Matcher.MatcherList.FieldMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder<Matcher.MatcherList.FieldMatcher, Matcher.MatcherList.FieldMatcher.Builder, Matcher.MatcherList.FieldMatcherOrBuilder> Matcher.MatcherList.Builder.matchersBuilder_Methods in com.github.xds.type.matcher.v3 that return Matcher.MatcherList.FieldMatcher.BuilderModifier and TypeMethodDescriptionMatcher.MatcherList.Builder.addMatchersBuilder()A list of matchers.Matcher.MatcherList.Builder.addMatchersBuilder(int index) A list of matchers.Matcher.MatcherList.FieldMatcher.Builder.clear()Matcher.MatcherList.FieldMatcher.Builder.clearOnMatch()What to do if the match succeeds.Matcher.MatcherList.FieldMatcher.Builder.clearPredicate()Determines if the match succeeds.Matcher.MatcherList.Builder.getMatchersBuilder(int index) A list of matchers.Matcher.MatcherList.FieldMatcher.Builder.mergeFrom(Matcher.MatcherList.FieldMatcher other) Matcher.MatcherList.FieldMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.FieldMatcher.Builder.mergeFrom(com.google.protobuf.Message other) Matcher.MatcherList.FieldMatcher.Builder.mergeOnMatch(Matcher.OnMatch value) What to do if the match succeeds.Matcher.MatcherList.FieldMatcher.Builder.mergePredicate(Matcher.MatcherList.Predicate value) Determines if the match succeeds.Matcher.MatcherList.FieldMatcher.newBuilder()Matcher.MatcherList.FieldMatcher.newBuilder(Matcher.MatcherList.FieldMatcher prototype) Matcher.MatcherList.FieldMatcher.newBuilderForType()protected Matcher.MatcherList.FieldMatcher.BuilderMatcher.MatcherList.FieldMatcher.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Matcher.MatcherList.FieldMatcher.Builder.setOnMatch(Matcher.OnMatch value) What to do if the match succeeds.Matcher.MatcherList.FieldMatcher.Builder.setOnMatch(Matcher.OnMatch.Builder builderForValue) What to do if the match succeeds.Matcher.MatcherList.FieldMatcher.Builder.setPredicate(Matcher.MatcherList.Predicate value) Determines if the match succeeds.Matcher.MatcherList.FieldMatcher.Builder.setPredicate(Matcher.MatcherList.Predicate.Builder builderForValue) Determines if the match succeeds.Matcher.MatcherList.FieldMatcher.toBuilder()Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Matcher.MatcherList.FieldMatcher.BuilderModifier and TypeMethodDescriptionMatcher.MatcherList.Builder.getMatchersBuilderList()A list of matchers.private com.google.protobuf.RepeatedFieldBuilder<Matcher.MatcherList.FieldMatcher, Matcher.MatcherList.FieldMatcher.Builder, Matcher.MatcherList.FieldMatcherOrBuilder> Matcher.MatcherList.Builder.internalGetMatchersFieldBuilder()Methods in com.github.xds.type.matcher.v3 with parameters of type Matcher.MatcherList.FieldMatcher.BuilderModifier and TypeMethodDescriptionMatcher.MatcherList.Builder.addMatchers(int index, Matcher.MatcherList.FieldMatcher.Builder builderForValue) A list of matchers.Matcher.MatcherList.Builder.addMatchers(Matcher.MatcherList.FieldMatcher.Builder builderForValue) A list of matchers.Matcher.MatcherList.Builder.setMatchers(int index, Matcher.MatcherList.FieldMatcher.Builder builderForValue) A list of matchers.