- java.lang.Object
-
- io.virtdata.core.VirtDataDocs
-
public class VirtDataDocs extends java.lang.ObjectThis is the top-level API supporting access to the documentation models for all knownThreadSafeMapperandPerThreadMapperinstances in the runtime.
-
-
Constructor Summary
Constructors Constructor Description VirtDataDocs()
-
Method Summary
Modifier and Type Method Description static java.util.List<DocFuncData>getAllDocs()static java.util.List<FunctionFinderService.Path>getAllNames()
-
-
-
Method Detail
-
getAllNames
public static java.util.List<FunctionFinderService.Path> getAllNames()
-
getAllDocs
public static java.util.List<DocFuncData> getAllDocs()
-
-