Class ServiceLoaderRegistry


  • class ServiceLoaderRegistry
    extends java.lang.Object
    Since:
    1.8
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static Logger getLogger()  
      (package private) static <T> java.lang.Iterable<T> load​(java.lang.Class<T> serviceProviderClass)  
      • Methods inherited from class java.lang.Object

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

      • ServiceLoaderRegistry

        ServiceLoaderRegistry()
    • Method Detail

      • load

        static <T> java.lang.Iterable<T> load​(java.lang.Class<T> serviceProviderClass)
      • getLogger

        private static Logger getLogger()