| Package | Description |
|---|---|
| io.javalin | |
| io.javalin.apibuilder |
| Modifier and Type | Method and Description |
|---|---|
Javalin |
Javalin.routes(EndpointGroup endpointGroup)
Creates a temporary static instance in the scope of the endpointGroup.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ApiBuilder.path(String path,
EndpointGroup endpointGroup)
Prefixes all handlers defined in its scope with the specified path.
|
Copyright © 2021. All rights reserved.