Class DataMapperLibraryFinder
java.lang.Object
io.nosqlbench.virtdata.core.bindings.DataMapperLibraryFinder
Convenient singleton for accessing all loadable DataMapper Library instances.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataMapperLibrarystatic List<DataMapperLibrary> getAll()Return list of libraries that have been found by this runtime, in alphabetical order of their type names.
-
Method Details
-
get
-
getAll
Return list of libraries that have been found by this runtime, in alphabetical order of their type names.- Returns:
- a list of DataMapperLibrary instances.
-