| Package | Description |
|---|---|
| org.jsondoc.core.pojo | |
| org.jsondoc.core.scanner |
| Modifier and Type | Method and Description |
|---|---|
static ApiAuthDoc |
ApiAuthDoc.buildFromApiAuthBasicAnnotation(ApiAuthBasic annotation) |
static ApiAuthDoc |
ApiAuthDoc.buildFromApiAuthNoneAnnotation(ApiAuthNone annotation) |
static ApiAuthDoc |
ApiAuthDoc.buildFromUndefined() |
ApiAuthDoc |
ApiMethodDoc.getAuth() |
ApiAuthDoc |
ApiDoc.getAuth() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiMethodDoc.setAuth(ApiAuthDoc auth) |
void |
ApiDoc.setAuth(ApiAuthDoc auth) |
| Modifier and Type | Method and Description |
|---|---|
protected ApiAuthDoc |
AbstractJSONDocScanner.getApiAuthDocForController(Class<?> clazz) |
protected ApiAuthDoc |
AbstractJSONDocScanner.getApiAuthDocForMethod(Method method,
Class<?> clazz) |
Copyright © 2015. All rights reserved.