PathSegmentConstantRouteSelector
data class PathSegmentConstantRouteSelector(value: String) : RouteSelector
Content copied to clipboard
Evaluates a route against a constant path segment
Parameters
value
is a value of the path segment
Constructors
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
open override fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation
Content copied to clipboard
Evaluates this selector against context and a path segment at segmentIndex