Companion
Properties
Routing evaluation succeeded for a constant value.
Routing evaluation succeeded for a single path segment with a constant value.
Routing evaluation failed to succeed, route doesn't match a context.
Routing evaluation failed to succeed on a method selector.
Routing evaluation failed to succeed on a query, header, or other parameter selector.
Routing evaluation failed to succeed on a path selector.
Routing evaluation succeeded for a missing optional value.
Quality of RouteSelectorEvaluation when a constant value is matched.
Quality of RouteSelectorEvaluation when an HTTP method doesn't match.
Quality of RouteSelectorEvaluation when parameter (query, header, etc) doesn't match.
Quality of RouteSelectorEvaluation when a HTTP method parameter is matched.
Quality of RouteSelectorEvaluation when an optional parameter is missing.
Generic quality of RouteSelectorEvaluation to use as reference when some specific parameter is matched.
Quality of RouteSelectorEvaluation when a parameter with prefix or suffix is matched.
Quality of RouteSelectorEvaluation when a path parameter is matched.
Quality of RouteSelectorEvaluation when a query parameter is matched.
Quality of RouteSelectorEvaluation when a tailcard match is occurred.
Quality of RouteSelectorEvaluation that doesn't have its own quality but uses quality of its children.
Quality of RouteSelectorEvaluation when a wildcard is matched.
Routing evaluation succeeded for a qualityTransparent value. Useful for helper DSL methods that may wrap routes but should not change priority of routing.
Routing evaluation succeeded for a wildcard path segment.