RoutingPath
class RoutingPath
Represents a parsed routing path. Consist of number of segments parts
Properties
val parts: List<RoutingPathSegment> contains parsed routing path segments |
Functions
fun toString(): String |
Companion Object Properties
val root: RoutingPath A constant for root routing path |
Companion Object Functions
fun parse(path: String): RoutingPath Parse the specified path and create and instance of RoutingPath. It handles wildcards and decodes escape characters properly. |