public static class RouteNode.Companion
| Modifier and Type | Method and Description |
|---|---|
<T extends ComponentsProvider> |
create(Api<T> api)
Creates a tree of
RouteNode instances representing the routes in the API. |
@NotNull public <T extends ComponentsProvider> RouteNode<T> create(@NotNull Api<T> api)
Creates a tree of RouteNode instances representing the routes in the API.