程序包 org.coodex.util
类 LazyServiceLoader<T>
java.lang.Object
org.coodex.util.LazyServiceLoader<T>
- 所有已实现的接口:
ServiceLoader<T>
2019-07-16 重构ServiceLoader机制
Created by davidoff shen on 2016-11-30.
-
构造器详细资料
-
LazyServiceLoader
public LazyServiceLoader() -
LazyServiceLoader
-
LazyServiceLoader
-
-
方法详细资料
-
getGenericTypeSearchContextObject
-
getServiceType
-
getDefault
- 指定者:
getDefault在接口中ServiceLoader<T>
-
getDefaultInstance
-
getAll
- 指定者:
getAll在接口中ServiceLoader<T>
-
get
- 指定者:
get在接口中ServiceLoader<T>
-
conflict
-
get
- 指定者:
get在接口中ServiceLoader<T>
-
conflict
-
get
- 指定者:
get在接口中ServiceLoader<T>
-
sorted
从接口复制的说明:ServiceLoader对所有服务进行排序- 指定者:
sorted在接口中ServiceLoader<T>- 返回:
- 排序后的所有服务
- 另请参阅:
-
sorted
从接口复制的说明:ServiceLoader对所有服务进行排序- 指定者:
sorted在接口中ServiceLoader<T>- 参数:
comparator- comparator- 返回:
- 排序后的所有服务
- 另请参阅:
-