Class DocForFunc
java.lang.Object
io.nosqlbench.virtdata.api.processors.DocForFunc
- All Implemented Interfaces:
DocFuncData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCategories(Category[] categories) voidCategory[]Javadoc for the class, or null if there is none.getCtors()The list of constructors for this documented type.The input type for the apply method in the documented function class.The output type for the apply method in the documented function class.voidsetClassJavadoc(String classJavadoc) voidsetClassName(String className) voidvoidsetOutType(String outType) voidsetPackageName(String packageName) toString()
-
Constructor Details
-
DocForFunc
public DocForFunc()
-
-
Method Details
-
setPackageName
-
getPackageName
- Specified by:
getPackageNamein interfaceDocFuncData- Returns:
- the package name for the documented type
-
getCategories
- Specified by:
getCategoriesin interfaceDocFuncData- Returns:
- Return the categories for this function.
-
setClassName
-
getClassName
- Specified by:
getClassNamein interfaceDocFuncData- Returns:
- the the
Class.getSimpleName()of the class element
-
setClassJavadoc
-
getClassJavadoc
Description copied from interface:DocFuncDataJavadoc for the class, or null if there is none.- Specified by:
getClassJavadocin interfaceDocFuncData- Returns:
- a String of class javadoc data, or null if none
-
setInType
-
getInType
Description copied from interface:DocFuncDataThe input type for the apply method in the documented function class. Documented function classes must always implement a Java 8 functional interface.- Specified by:
getInTypein interfaceDocFuncData- Returns:
- the input type name
-
setOutType
-
getOutType
Description copied from interface:DocFuncDataThe output type for the apply method in the documented function class. Documented function classes must always implement a Java 8 functional interface.- Specified by:
getOutTypein interfaceDocFuncData- Returns:
- the output type name
-
addCtor
-
getCtors
Description copied from interface:DocFuncDataThe list of constructors for this documented type.- Specified by:
getCtorsin interfaceDocFuncData- Returns:
- a list of constructor models
-
toString
-
addCategories
-