| Package | Description |
|---|---|
| org.jsondoc.core.pojo | |
| org.jsondoc.core.scanner |
| Modifier and Type | Method and Description |
|---|---|
static ApiMethodDoc |
ApiMethodDoc.buildFromAnnotation(ApiMethod annotation) |
ApiMethodDoc |
ApiFlowStepDoc.getApimethoddoc() |
| Modifier and Type | Method and Description |
|---|---|
List<ApiMethodDoc> |
ApiFlowDoc.getMethods() |
Set<ApiMethodDoc> |
ApiDoc.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiFlowDoc.addMethod(ApiMethodDoc method) |
void |
ApiDoc.addMethod(ApiMethodDoc apiMethod) |
int |
ApiMethodDoc.compareTo(ApiMethodDoc o) |
void |
ApiFlowStepDoc.setApimethoddoc(ApiMethodDoc apimethoddoc) |
| Modifier and Type | Method and Description |
|---|---|
static ApiFlowDoc |
ApiFlowDoc.buildFromAnnotation(ApiFlow annotation,
List<ApiMethodDoc> apiMethodDocs) |
static ApiFlowStepDoc |
ApiFlowStepDoc.buildFromAnnotation(ApiFlowStep annotation,
List<ApiMethodDoc> apiMethodDocs) |
void |
ApiFlowDoc.setMethods(List<ApiMethodDoc> methods) |
void |
ApiDoc.setMethods(Set<ApiMethodDoc> methods) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ApiMethodDoc> |
AbstractJSONDocScanner.allApiMethodDocs |
| Modifier and Type | Method and Description |
|---|---|
ApiMethodDoc |
DefaultJSONDocScanner.mergeApiMethodDoc(Method method,
Class<?> controller,
ApiMethodDoc apiMethodDoc) |
abstract ApiMethodDoc |
AbstractJSONDocScanner.mergeApiMethodDoc(Method method,
Class<?> controller,
ApiMethodDoc apiMethodDoc) |
| Modifier and Type | Method and Description |
|---|---|
ApiMethodDoc |
DefaultJSONDocScanner.mergeApiMethodDoc(Method method,
Class<?> controller,
ApiMethodDoc apiMethodDoc) |
abstract ApiMethodDoc |
AbstractJSONDocScanner.mergeApiMethodDoc(Method method,
Class<?> controller,
ApiMethodDoc apiMethodDoc) |
| Modifier and Type | Method and Description |
|---|---|
Set<ApiFlowDoc> |
JSONDocScanner.getApiFlowDocs(Set<Class<?>> classes,
List<ApiMethodDoc> apiMethodDocs) |
Set<ApiFlowDoc> |
AbstractJSONDocScanner.getApiFlowDocs(Set<Class<?>> classes,
List<ApiMethodDoc> apiMethodDocs)
Gets the API flow documentation for the set of classes passed as argument
|
Map<String,Set<ApiFlowDoc>> |
AbstractJSONDocScanner.getApiFlowDocsMap(Set<Class<?>> classes,
List<ApiMethodDoc> apiMethodDocs) |
Copyright © 2015. All rights reserved.