public interface JSONDocScanner
| Modifier and Type | Method and Description |
|---|---|
Set<ApiDoc> |
getApiDocs(Set<Class<?>> classes,
JSONDoc.MethodDisplay displayMethodAs) |
Set<ApiFlowDoc> |
getApiFlowDocs(Set<Class<?>> classes,
List<ApiMethodDoc> apiMethodDocs) |
Set<ApiObjectDoc> |
getApiObjectDocs(Set<Class<?>> classes) |
JSONDoc |
getJSONDoc(String version,
String basePath,
List<String> packages,
boolean playgroundEnabled,
JSONDoc.MethodDisplay methodDisplay) |
JSONDoc getJSONDoc(String version, String basePath, List<String> packages, boolean playgroundEnabled, JSONDoc.MethodDisplay methodDisplay)
Set<ApiDoc> getApiDocs(Set<Class<?>> classes, JSONDoc.MethodDisplay displayMethodAs)
Set<ApiObjectDoc> getApiObjectDocs(Set<Class<?>> classes)
Set<ApiFlowDoc> getApiFlowDocs(Set<Class<?>> classes, List<ApiMethodDoc> apiMethodDocs)
Copyright © 2015. All rights reserved.