Class ServiceLoaderRegistry


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

      Fields 
      Modifier and Type Field Description
      private static Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) <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
    • Field Detail

      • logger

        private static final Logger logger
    • Constructor Detail

      • ServiceLoaderRegistry

        ServiceLoaderRegistry()
    • Method Detail

      • load

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