Class DataMapperLibraryFinder


  • public class DataMapperLibraryFinder
    extends java.lang.Object
    Convenient singleton for accessing all loadable DataMapper Library instances.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static DataMapperLibrary get​(java.lang.String libraryName)  
      static java.util.List<DataMapperLibrary> getAll()
      Return list of libraries that have been found by this runtime, in alphabetical order of their type names.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAll

        public static java.util.List<DataMapperLibrary> 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.