Module methanol

Class ServiceProviders<S>


  • public final class ServiceProviders<S>
    extends java.lang.Object
    An object that loads & caches service providers.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceProviders​(java.lang.Class<S> service)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<S> get()  
      • Methods inherited from class java.lang.Object

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

      • ServiceProviders

        public ServiceProviders​(java.lang.Class<S> service)
    • Method Detail

      • get

        public java.util.List<S> get()