Class DefaultServiceFactory<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultServiceFactory​(java.lang.Class<T> serviceType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<T> getInstance()  
      java.lang.Class<T> getServiceType()  
      • Methods inherited from class java.lang.Object

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

      • DefaultServiceFactory

        public DefaultServiceFactory​(java.lang.Class<T> serviceType)