OptionalPathSegmentConstantRouteSelector

data class OptionalPathSegmentConstantRouteSelector(value: String) : RouteSelector

Evaluates a route against an optional constant path segment.

Parameters

value

is a value of the path segment

Constructors

Link copied to clipboard
fun OptionalPathSegmentConstantRouteSelector(value: String)

Functions

Link copied to clipboard
open override fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val quality: Double
Link copied to clipboard
val value: String

Sources

Link copied to clipboard