Class ServiceLoaderImpl.DefaultFactory<T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DefaultFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T make​(java.lang.Class providerClass, java.lang.Class<T> serviceClass)  
      • Methods inherited from class java.lang.Object

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

      • DefaultFactory

        private DefaultFactory()
    • Method Detail

      • make

        public T make​(java.lang.Class providerClass,
                      java.lang.Class<T> serviceClass)
               throws java.lang.Exception
        Specified by:
        make in interface ServiceLoader.ProviderFactory<T>
        Throws:
        java.lang.Exception