Uses of Class
com.github.xds.type.matcher.v3.RegexMatcher
-
Packages that use RegexMatcher Package Description com.github.xds.type.matcher.v3 -
-
Uses of RegexMatcher in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return RegexMatcher Modifier and Type Method Description RegexMatcherRegexMatcher.Builder. build()RegexMatcherRegexMatcher.Builder. buildPartial()static RegexMatcherRegexMatcher. getDefaultInstance()RegexMatcherRegexMatcher.Builder. getDefaultInstanceForType()RegexMatcherRegexMatcher. getDefaultInstanceForType()RegexMatcherStringMatcher.Builder. getSafeRegex()The input string must match the regular expression specified here.RegexMatcherStringMatcher. getSafeRegex()The input string must match the regular expression specified here.RegexMatcherStringMatcherOrBuilder. getSafeRegex()The input string must match the regular expression specified here.static RegexMatcherRegexMatcher. parseDelimitedFrom(InputStream input)static RegexMatcherRegexMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatcherRegexMatcher. parseFrom(byte[] data)static RegexMatcherRegexMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatcherRegexMatcher. parseFrom(com.google.protobuf.ByteString data)static RegexMatcherRegexMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatcherRegexMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static RegexMatcherRegexMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatcherRegexMatcher. parseFrom(InputStream input)static RegexMatcherRegexMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatcherRegexMatcher. parseFrom(ByteBuffer data)static RegexMatcherRegexMatcher. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.github.xds.type.matcher.v3 that return types with arguments of type RegexMatcher Modifier and Type Method Description com.google.protobuf.Parser<RegexMatcher>RegexMatcher. getParserForType()static com.google.protobuf.Parser<RegexMatcher>RegexMatcher. parser()Methods in com.github.xds.type.matcher.v3 with parameters of type RegexMatcher Modifier and Type Method Description RegexMatcher.BuilderRegexMatcher.Builder. mergeFrom(RegexMatcher other)StringMatcher.BuilderStringMatcher.Builder. mergeSafeRegex(RegexMatcher value)The input string must match the regular expression specified here.static RegexMatcher.BuilderRegexMatcher. newBuilder(RegexMatcher prototype)StringMatcher.BuilderStringMatcher.Builder. setSafeRegex(RegexMatcher value)The input string must match the regular expression specified here.
-