| Package | Description |
|---|---|
| org.jsondoc.core.pojo | |
| org.jsondoc.core.scanner.builder |
| Modifier and Type | Method and Description |
|---|---|
static ApiParamDoc |
ApiParamDoc.buildFromAnnotation(ApiPathParam annotation,
JSONDocType jsondocType,
ApiParamType paramType) |
static ApiParamDoc |
ApiParamDoc.buildFromAnnotation(ApiQueryParam annotation,
JSONDocType jsondocType,
ApiParamType paramType) |
| Modifier and Type | Method and Description |
|---|---|
Set<ApiParamDoc> |
ApiMethodDoc.getPathparameters() |
Set<ApiParamDoc> |
ApiMethodDoc.getQueryparameters() |
| Modifier and Type | Method and Description |
|---|---|
int |
ApiParamDoc.compareTo(ApiParamDoc o) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiMethodDoc.setPathparameters(Set<ApiParamDoc> pathparameters) |
void |
ApiMethodDoc.setQueryparameters(Set<ApiParamDoc> queryparameters) |
| Modifier and Type | Method and Description |
|---|---|
static Set<ApiParamDoc> |
JSONDocApiQueryParameterDocBuilder.build(Method method) |
static Set<ApiParamDoc> |
JSONDocApiPathParameterDocBuilder.build(Method method) |
Copyright © 2015. All rights reserved.