| Package | Description |
|---|---|
| org.projectodd.jrapidoc.model | |
| org.projectodd.jrapidoc.model.param |
| Modifier and Type | Method and Description |
|---|---|
Method.MethodBuilder |
Method.MethodBuilder.param(Param.Type paramType,
Param param) |
Service.ResourceBuilder |
Service.ResourceBuilder.param(Param.Type paramType,
Param param) |
| Modifier and Type | Method and Description |
|---|---|
Param.Type |
Param.getType() |
static Param.Type |
Param.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Param.Type[] |
Param.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Param.setType(Param.Type type) |
| Constructor and Description |
|---|
CookieParam(String name,
Boolean isRequired,
String typeref,
Param.Type type,
String description) |
FormParam(String name,
Boolean isRequired,
String typeref,
Param.Type type,
String description) |
MatrixParam(String name,
Boolean isRequired,
String typeref,
Param.Type type,
String description) |
Param(String name,
Boolean isRequired,
String typeRef,
Param.Type type,
String description) |
PathParam(String name,
Boolean isRequired,
String typeref,
Param.Type type,
String description) |
QueryParam(String name,
Boolean isRequired,
String typeref,
Param.Type type,
String description) |
Copyright © 2015. All rights reserved.