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 classRegexMatcherA regex matcher designed for safety when used with untrusted input.static classRegexMatcher.BuilderA regex matcher designed for safety when used with untrusted input.Methods in com.github.xds.type.matcher.v3 that return RegexMatcherOrBuilder Modifier and Type Method Description RegexMatcherOrBuilderStringMatcher.Builder. getSafeRegexOrBuilder()The input string must match the regular expression specified here.RegexMatcherOrBuilderStringMatcher. getSafeRegexOrBuilder()The input string must match the regular expression specified here.RegexMatcherOrBuilderStringMatcherOrBuilder. getSafeRegexOrBuilder()The input string must match the regular expression specified here.
-