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.
|
@NotNull
public static java.lang.String prettyPrint(@NotNull
RouteNode<?> $receiver)
Returns a pretty-printed string showing the node and its children in a tree structure.
@Nullable public static <T extends ComponentsProvider> RouteMatch<T> match(@NotNull RouteNode<T> $receiver, @NotNull HttpMethod method, @NotNull java.lang.String path)