loadPluginProviders
尝试自动加载环境中可获取的所有 PluginFactoryProvider 实例。 在 JVM
平台下通过 ServiceLoader
加载 PluginFactoryProvider 并得到结果, 而在其他平台则会得到预先从 addComponentFactoryProvider 中添加的所有函数构建出来的结果。
加载所有通过 addComponentFactoryProvider 添加的函数构建出来的 PluginFactoryProvider 实例。
通过 ServiceLoader 加载 PluginFactoryProvider 并得到流结果。
加载所有通过 addComponentFactoryProvider 添加的函数构建出来的 PluginFactoryProvider 实例。
加载所有通过 addComponentFactoryProvider 添加的函数构建出来的 PluginFactoryProvider 实例。