Class SpiConverterRegistry
java.lang.Object
cloud.opencode.base.config.converter.ConverterRegistry
cloud.opencode.base.config.converter.SpiConverterRegistry
SPI-based Converter Registry
基于SPI的转换器注册表
Features | 主要功能:
- Core SpiConverterRegistry functionality - SpiConverterRegistry核心功能
Usage Examples | 使用示例:
// See class-level documentation for usage
// 参见类级文档了解用法
Security | 安全性:
- Thread-safe: Yes - 线程安全: 是
- Null-safe: No - 空值安全: 否
Performance | 性能特性:
- Time complexity: O(n) for SPI loading where n = providers - SPI加载 O(n), n为提供者数量
- Space complexity: O(n) for registered converters - 已注册转换器 O(n)
- Since:
- JDK 25, opencode-base-config V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConverterRegistry
convert, defaults, hasConverter, register
-
Constructor Details
-
SpiConverterRegistry
public SpiConverterRegistry()
-
-
Method Details
-
loadFromSpi
-