OptionalParameterRouteSelector
data class OptionalParameterRouteSelector : RouteSelector
Evaluates a route against an optional query parameter value and captures its value, if found
Parameters
name
- is a name of the query parameter
Constructors
OptionalParameterRouteSelector(name: String) Evaluates a route against an optional query parameter value and captures its value, if found |
Properties
val name: String is a name of the query parameter |
Inherited Properties
val quality: Double indicates how good this selector is compared to siblings |
Functions
fun evaluate( Evaluates this selector against context and a path segment at segmentIndex |
|
fun toString(): String |