| Package | Description |
|---|---|
| org.jooby.apitool |
| Modifier and Type | Method and Description |
|---|---|
RouteParameter.Kind |
RouteParameter.kind()
Parameter kind.
|
static RouteParameter.Kind |
RouteParameter.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteParameter.Kind[] |
RouteParameter.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RouteParameter |
RouteParameter.kind(RouteParameter.Kind kind)
Set parameter kind.
|
| Constructor and Description |
|---|
RouteParameter(String name,
RouteParameter.Kind kind,
Type type,
Object value)
Creates a new
RouteParameter. |
Copyright © 2021. All rights reserved.