Class Providers

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  Providers.Identifyable  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends Providers.Identifyable>
      java.util.Map<java.lang.String,​T>
      loadProviders​(java.lang.Class<T> klass)  
      • Methods inherited from class java.lang.Object

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

      • loadProviders

        public static <T extends Providers.Identifyable> java.util.Map<java.lang.String,​T> loadProviders​(java.lang.Class<T> klass)