object PathSegmentSelectorBuilder
Helper object for building instances of RouteSelector from path segments
fun parseConstant(value: String): RouteSelector
Builds a RouteSelector to match a constant or wildcard segment parameter fun
Builds a RouteSelector to match a constant or wildcard segment parameter and trailing slash if any |
|
fun parseName(value: String): String
Parses a name out of segment specification |
|
fun parseParameter(value: String): RouteSelector
Builds a RouteSelector to match a path segment parameter with prefix/suffix and a name fun
Builds a RouteSelector to match a path segment parameter with prefix/suffix, name and trailing slash if any |