| Package | Description |
|---|---|
| org.projectodd.jrapidoc.model | |
| org.projectodd.jrapidoc.model.param |
| Modifier and Type | Method and Description |
|---|---|
Param |
Service.getParam(String paramType,
String paramName) |
| 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 | Class and Description |
|---|---|
class |
CookieParam |
class |
FormParam |
class |
HeaderParam |
class |
MatrixParam |
class |
PathParam |
class |
QueryParam |
| Modifier and Type | Method and Description |
|---|---|
Param |
PathParam.PathParamBuilder.build() |
Param |
MatrixParam.MatrixParamBuilder.build() |
abstract Param |
Param.ParamBuilder.build() |
Param |
QueryParam.QueryParamBuilder.build() |
Copyright © 2015. All rights reserved.