Class DocForFuncCtor
java.lang.Object
io.nosqlbench.virtdata.api.processors.DocForFuncCtor
- All Implemented Interfaces:
DocCtorData
-
Constructor Details
-
DocForFuncCtor
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein interfaceDocCtorData- Returns:
- the
Class.getSimpleName()of the documented ctor.
-
getCtorJavaDoc
- Specified by:
getCtorJavaDocin interfaceDocCtorData- Returns:
- javadoc for the documented ctor, or null if it isn't provided
-
toString
-
getArgs
- Specified by:
getArgsin interfaceDocCtorData- Returns:
- an ordered map of the arguments of the documented constructor in name,type form.
-
getExamples
- Specified by:
getExamplesin interfaceDocCtorData- Returns:
- a list of examples, where each is list of (example syntax, comment..)
-