| Package | Description |
|---|---|
| org.jsondoc.core.pojo |
| Modifier and Type | Method and Description |
|---|---|
static ApiParamType |
ApiParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiParamType[] |
ApiParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Copyright © 2015. All rights reserved.