static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromExact(String exact) |
Create an instance of this class with exact() initialized to the given value.
|
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromPrefix(String prefix) |
Create an instance of this class with prefix() initialized to the given value.
|
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromRange(Consumer<MatchRange.Builder> range) |
Create an instance of this class with range() initialized to the given value.
|
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromRange(MatchRange range) |
Create an instance of this class with range() initialized to the given value.
|
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromRegex(String regex) |
Create an instance of this class with regex() initialized to the given value.
|
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromSuffix(String suffix) |
Create an instance of this class with suffix() initialized to the given value.
|
GrpcMetadataMatchMethod |
GrpcGatewayRouteMetadata.match() |
The criteria for determining a metadata match.
|