| Package | Description |
|---|---|
| org.jooby.apitool | |
| org.jooby.apitool.raml |
| Modifier and Type | Method and Description |
|---|---|
ApiTool |
ApiTool.raml(ApiTool.Options options,
Consumer<Raml> raml)
Mount RAML using the given options.
|
ApiTool |
ApiTool.raml(String path,
Consumer<Raml> raml)
Mount RAML at the given path and customize RAML objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Raml |
Raml.build(Raml base,
List<RouteMethod> routes)
Build a
Raml object from list of RouteMethod. |
| Modifier and Type | Method and Description |
|---|---|
static Raml |
Raml.build(Raml base,
List<RouteMethod> routes)
Build a
Raml object from list of RouteMethod. |
Copyright © 2021. All rights reserved.