PathSegmentParameterRouteSelector
data class PathSegmentParameterRouteSelector : RouteSelector
Evaluates a route against a parameter path segment and captures its value
Parameters
name
- is the name of the parameter to capture values to
prefix
- is an optional suffix
suffix
- is an optional prefix
Constructors
PathSegmentParameterRouteSelector( Evaluates a route against a parameter path segment and captures its value |
Properties
val name: String is the name of the parameter to capture values to |
|
val prefix: String? is an optional suffix |
|
val suffix: String? is an optional prefix |
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 hashCode(): Int |
|
fun toString(): String |