Uses of Class
com.github.xds.type.matcher.v3.Matcher.MatcherTypeCase
-
Packages that use Matcher.MatcherTypeCase Package Description com.github.xds.type.matcher.v3 -
-
Uses of Matcher.MatcherTypeCase in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return Matcher.MatcherTypeCase Modifier and Type Method Description static Matcher.MatcherTypeCase
Matcher.MatcherTypeCase. forNumber(int value)
Matcher.MatcherTypeCase
Matcher.Builder. getMatcherTypeCase()
Matcher.MatcherTypeCase
Matcher. getMatcherTypeCase()
Matcher.MatcherTypeCase
MatcherOrBuilder. getMatcherTypeCase()
static Matcher.MatcherTypeCase
Matcher.MatcherTypeCase. valueOf(int value)
Deprecated.static Matcher.MatcherTypeCase
Matcher.MatcherTypeCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Matcher.MatcherTypeCase[]
Matcher.MatcherTypeCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-