程序包 org.coodex.util

类 LazyServiceLoader<T>

java.lang.Object
org.coodex.util.LazyServiceLoader<T>
所有已实现的接口:
ServiceLoader<T>

public abstract class LazyServiceLoader<T> extends Object implements ServiceLoader<T>
待coodex utilities放弃1.5时移入org.coodex.util 2016-12-10从concrete中移入

2019-07-16 重构ServiceLoader机制

Created by davidoff shen on 2016-11-30.

  • 构造器详细资料

    • LazyServiceLoader

      public LazyServiceLoader()
    • LazyServiceLoader

      public LazyServiceLoader(T defaultProvider)
    • LazyServiceLoader

      public LazyServiceLoader(Supplier<T> defaultProviderSupplier)
  • 方法详细资料