Package io.grpc.xds.internal
Class AutoValue_Matchers_StringMatcher
java.lang.Object
io.grpc.xds.internal.Matchers.StringMatcher
io.grpc.xds.internal.AutoValue_Matchers_StringMatcher
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Matchers_StringMatcher
extends Matchers.StringMatcher
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_Matchers_StringMatcher
(String exact, String prefix, String suffix, com.google.re2j.Pattern regEx, String contains, boolean ignoreCase) -
Method Summary
Methods inherited from class io.grpc.xds.internal.Matchers.StringMatcher
forContains, forExact, forPrefix, forSafeRegEx, forSuffix, matches
-
Field Details
-
exact
-
prefix
-
suffix
-
regEx
private final com.google.re2j.Pattern regEx -
contains
-
ignoreCase
private final boolean ignoreCase
-
-
Constructor Details
-
AutoValue_Matchers_StringMatcher
-
-
Method Details
-
exact
- Specified by:
exact
in classMatchers.StringMatcher
-
prefix
- Specified by:
prefix
in classMatchers.StringMatcher
-
suffix
- Specified by:
suffix
in classMatchers.StringMatcher
-
regEx
- Specified by:
regEx
in classMatchers.StringMatcher
-
contains
- Specified by:
contains
in classMatchers.StringMatcher
-
ignoreCase
boolean ignoreCase()- Specified by:
ignoreCase
in classMatchers.StringMatcher
-
toString
-
equals
-
hashCode
public int hashCode()
-