public interface DocFuncData
| Modifier and Type | Method and Description |
|---|---|
Category[] |
getCategories() |
String |
getClassJavadoc()
Javadoc for the class, or null if there is none.
|
String |
getClassName() |
List<DocCtorData> |
getCtors()
The list of constructors for this documented type.
|
String |
getInType()
The input type for the apply method in the documented function class.
|
String |
getOutType()
The output type for the apply method in the documented function class.
|
String |
getPackageName() |
String getPackageName()
Category[] getCategories()
String getClassName()
Class.getSimpleName() of the class elementString getClassJavadoc()
String getInType()
String getOutType()
List<DocCtorData> getCtors()
Copyright © 2018. All rights reserved.