Uses of Interface
com.github.xds.type.matcher.v3.RegexMatcherOrBuilder
-
Packages that use RegexMatcherOrBuilder Package Description com.github.xds.type.matcher.v3 -
-
Uses of RegexMatcherOrBuilder in com.github.xds.type.matcher.v3
Classes in com.github.xds.type.matcher.v3 that implement RegexMatcherOrBuilder Modifier and Type Class Description class
RegexMatcher
A regex matcher designed for safety when used with untrusted input.static class
RegexMatcher.Builder
A regex matcher designed for safety when used with untrusted input.Fields in com.github.xds.type.matcher.v3 with type parameters of type RegexMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
StringMatcher.Builder. safeRegexBuilder_
Methods in com.github.xds.type.matcher.v3 that return RegexMatcherOrBuilder Modifier and Type Method Description RegexMatcherOrBuilder
StringMatcher.Builder. getSafeRegexOrBuilder()
The input string must match the regular expression specified here.RegexMatcherOrBuilder
StringMatcher. getSafeRegexOrBuilder()
The input string must match the regular expression specified here.RegexMatcherOrBuilder
StringMatcherOrBuilder. getSafeRegexOrBuilder()
The input string must match the regular expression specified here.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type RegexMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
StringMatcher.Builder. getSafeRegexFieldBuilder()
The input string must match the regular expression specified here.
-