“SPI”的完整形式是什么?在 Spring 3 类型转换系统中?

发布于 2024-11-27 10:32:13 字数 174 浏览 0 评论 0原文

Spring 3 类型转换 API

What does the acronym "SPI" stand for in the Spring 3 type conversion API?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

回心转意 2024-12-04 10:32:13

SPI=服务提供商接口。这是您定义扩展或自定义的方式

SPI=Service Provider Interface. This is the way you define extensions or customizations

在梵高的星空下 2024-12-04 10:32:13

仅供参考,服务提供者接口不是 Spring 框架的特定术语。

来自维基百科,

服务提供商接口 (SPI) 是旨在由第三方实现或扩展的 API。它可用于启用框架扩展和可替换组件。

FYI, Service Provider Interface is not a Spring framework specific term.

From Wikipedia,

Service Provider Interface (SPI) is an API intended to be implemented or extended by a third party. It can be used to enable framework extension and replaceable components.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文