Uses of Interface
io.virtdata.api.DataMapperLibrary
-
Packages that use DataMapperLibrary Package Description io.virtdata.core -
-
Uses of DataMapperLibrary in io.virtdata.core
Methods in io.virtdata.core that return DataMapperLibrary Modifier and Type Method Description static DataMapperLibraryDataMapperLibraryFinder. get(java.lang.String libraryName)Methods in io.virtdata.core that return types with arguments of type DataMapperLibrary Modifier and Type Method Description static java.util.List<DataMapperLibrary>DataMapperLibraryFinder. getAll()Return list of libraries that have been found by this runtime, in alphabetical order of their type names.
-