Uses of Interface
com.github.xds.type.matcher.v3.Matcher.OnMatchOrBuilder
Packages that use Matcher.OnMatchOrBuilder
-
Uses of Matcher.OnMatchOrBuilder in com.github.xds.type.matcher.v3
Classes in com.github.xds.type.matcher.v3 that implement Matcher.OnMatchOrBuilderModifier and TypeClassDescriptionstatic final classWhat to do if a match is successful.static final classWhat to do if a match is successful.Methods in com.github.xds.type.matcher.v3 that return Matcher.OnMatchOrBuilderModifier and TypeMethodDescriptionMatcher.MatcherList.FieldMatcher.Builder.getOnMatchOrBuilder()What to do if the match succeeds.Matcher.MatcherList.FieldMatcher.getOnMatchOrBuilder()What to do if the match succeeds.Matcher.MatcherList.FieldMatcherOrBuilder.getOnMatchOrBuilder()What to do if the match succeeds.Matcher.Builder.getOnNoMatchOrBuilder()Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher.getOnNoMatchOrBuilder()Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).MatcherOrBuilder.getOnNoMatchOrBuilder()Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).