static GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.fromExact(String exact) |
Create an instance of this class with exact() initialized to the given value.
|
static GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.fromPrefix(String prefix) |
Create an instance of this class with prefix() initialized to the given value.
|
static GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.fromRange(Consumer<MatchRange.Builder> range) |
Create an instance of this class with range() initialized to the given value.
|
static GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.fromRange(MatchRange range) |
Create an instance of this class with range() initialized to the given value.
|
static GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.fromRegex(String regex) |
Create an instance of this class with regex() initialized to the given value.
|
static GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.fromSuffix(String suffix) |
Create an instance of this class with suffix() initialized to the given value.
|
GrpcRouteMetadataMatchMethod |
GrpcRouteMetadata.match() |
An object that represents the data to match from the request.
|