public class ModelKt
| Modifier and Type | Method and Description |
|---|---|
static <T extends ComponentsProvider> |
match(RouteNode<T> $receiver,
HttpMethod method,
java.lang.String path) |
static java.lang.String |
prettyPrint(RouteNode<?> $receiver)
Returns a pretty-printed string showing the node and its children in a tree structure.
|
public static java.lang.String prettyPrint(RouteNode<?> $receiver)
Returns a pretty-printed string showing the node and its children in a tree structure.
public static <T extends ComponentsProvider> RouteMatch<T> match(RouteNode<T> $receiver, HttpMethod method, java.lang.String path)