Uses of Class
com.github.xds.type.matcher.v3.Matcher.MatcherList.FieldMatcher
Packages that use Matcher.MatcherList.FieldMatcher
-
Uses of Matcher.MatcherList.FieldMatcher in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 declared as Matcher.MatcherList.FieldMatcherModifier and TypeFieldDescriptionprivate static final Matcher.MatcherList.FieldMatcher
Matcher.MatcherList.FieldMatcher.DEFAULT_INSTANCE
Fields in com.github.xds.type.matcher.v3 with type parameters of type Matcher.MatcherList.FieldMatcherModifier and TypeFieldDescriptionprivate List
<Matcher.MatcherList.FieldMatcher> Matcher.MatcherList.Builder.matchers_
private List
<Matcher.MatcherList.FieldMatcher> Matcher.MatcherList.matchers_
private com.google.protobuf.RepeatedFieldBuilder
<Matcher.MatcherList.FieldMatcher, Matcher.MatcherList.FieldMatcher.Builder, Matcher.MatcherList.FieldMatcherOrBuilder> Matcher.MatcherList.Builder.matchersBuilder_
private static final com.google.protobuf.Parser
<Matcher.MatcherList.FieldMatcher> Matcher.MatcherList.FieldMatcher.PARSER
Methods in com.github.xds.type.matcher.v3 that return Matcher.MatcherList.FieldMatcherModifier and TypeMethodDescriptionMatcher.MatcherList.FieldMatcher.Builder.build()
Matcher.MatcherList.FieldMatcher.Builder.buildPartial()
Matcher.MatcherList.FieldMatcher.getDefaultInstance()
Matcher.MatcherList.FieldMatcher.Builder.getDefaultInstanceForType()
Matcher.MatcherList.FieldMatcher.getDefaultInstanceForType()
Matcher.MatcherList.Builder.getMatchers
(int index) A list of matchers.Matcher.MatcherList.getMatchers
(int index) A list of matchers.Matcher.MatcherListOrBuilder.getMatchers
(int index) A list of matchers.Matcher.MatcherList.FieldMatcher.parseDelimitedFrom
(InputStream input) Matcher.MatcherList.FieldMatcher.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.FieldMatcher.parseFrom
(byte[] data) Matcher.MatcherList.FieldMatcher.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.FieldMatcher.parseFrom
(com.google.protobuf.ByteString data) Matcher.MatcherList.FieldMatcher.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.FieldMatcher.parseFrom
(com.google.protobuf.CodedInputStream input) Matcher.MatcherList.FieldMatcher.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.FieldMatcher.parseFrom
(InputStream input) Matcher.MatcherList.FieldMatcher.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.FieldMatcher.parseFrom
(ByteBuffer data) Matcher.MatcherList.FieldMatcher.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Matcher.MatcherList.FieldMatcherModifier and TypeMethodDescriptionMatcher.MatcherList.Builder.getMatchersList()
A list of matchers.Matcher.MatcherList.getMatchersList()
A list of matchers.Matcher.MatcherListOrBuilder.getMatchersList()
A list of matchers.com.google.protobuf.Parser
<Matcher.MatcherList.FieldMatcher> Matcher.MatcherList.FieldMatcher.getParserForType()
private com.google.protobuf.RepeatedFieldBuilder
<Matcher.MatcherList.FieldMatcher, Matcher.MatcherList.FieldMatcher.Builder, Matcher.MatcherList.FieldMatcherOrBuilder> Matcher.MatcherList.Builder.internalGetMatchersFieldBuilder()
static com.google.protobuf.Parser
<Matcher.MatcherList.FieldMatcher> Matcher.MatcherList.FieldMatcher.parser()
Methods in com.github.xds.type.matcher.v3 with parameters of type Matcher.MatcherList.FieldMatcherModifier and TypeMethodDescriptionMatcher.MatcherList.Builder.addMatchers
(int index, Matcher.MatcherList.FieldMatcher value) A list of matchers.Matcher.MatcherList.Builder.addMatchers
(Matcher.MatcherList.FieldMatcher value) A list of matchers.private void
Matcher.MatcherList.FieldMatcher.Builder.buildPartial0
(Matcher.MatcherList.FieldMatcher result) Matcher.MatcherList.FieldMatcher.Builder.mergeFrom
(Matcher.MatcherList.FieldMatcher other) Matcher.MatcherList.FieldMatcher.newBuilder
(Matcher.MatcherList.FieldMatcher prototype) Matcher.MatcherList.Builder.setMatchers
(int index, Matcher.MatcherList.FieldMatcher value) A list of matchers.Method parameters in com.github.xds.type.matcher.v3 with type arguments of type Matcher.MatcherList.FieldMatcherModifier and TypeMethodDescriptionMatcher.MatcherList.Builder.addAllMatchers
(Iterable<? extends Matcher.MatcherList.FieldMatcher> values) A list of matchers.