| Package | Description |
|---|---|
| org.jsondoc.core.pojo | |
| org.jsondoc.core.scanner |
| Modifier and Type | Method and Description |
|---|---|
JSONDoc.MethodDisplay |
JSONDoc.getDisplayMethodAs() |
JSONDoc.MethodDisplay |
ApiMethodDoc.getDisplayMethodAs() |
static JSONDoc.MethodDisplay |
JSONDoc.MethodDisplay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONDoc.MethodDisplay[] |
JSONDoc.MethodDisplay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSONDoc.setDisplayMethodAs(JSONDoc.MethodDisplay displayMethodAs) |
void |
ApiMethodDoc.setDisplayMethodAs(JSONDoc.MethodDisplay displayMethodAs) |
| Modifier and Type | Method and Description |
|---|---|
Set<ApiDoc> |
JSONDocScanner.getApiDocs(Set<Class<?>> classes,
JSONDoc.MethodDisplay displayMethodAs) |
Set<ApiDoc> |
AbstractJSONDocScanner.getApiDocs(Set<Class<?>> classes,
JSONDoc.MethodDisplay displayMethodAs)
Gets the API documentation for the set of classes passed as argument
|
Map<String,Set<ApiDoc>> |
AbstractJSONDocScanner.getApiDocsMap(Set<Class<?>> classes,
JSONDoc.MethodDisplay displayMethodAs) |
JSONDoc |
JSONDocScanner.getJSONDoc(String version,
String basePath,
List<String> packages,
boolean playgroundEnabled,
JSONDoc.MethodDisplay methodDisplay) |
JSONDoc |
AbstractJSONDocScanner.getJSONDoc(String version,
String basePath,
List<String> packages,
boolean playgroundEnabled,
JSONDoc.MethodDisplay displayMethodAs)
Returns the main
ApiDoc, containing ApiMethodDoc and ApiObjectDoc objects |
Copyright © 2015. All rights reserved.