Package cloud.opencode.base.json.spi
package cloud.opencode.base.json.spi
JSON SPI - Service Provider Interface for JSON Engines
JSON SPI - JSON 引擎的服务提供者接口
This package defines the SPI interfaces for pluggable JSON engine implementations. Supports Jackson, Gson, Fastjson2 and custom implementations.
本包定义可插拔 JSON 引擎实现的 SPI 接口。支持 Jackson、Gson、Fastjson2 和自定义实现。
Key Interfaces | 核心接口:
JsonProvider- JSON provider interface - JSON 提供者接口JsonProviderFactory- Provider factory - 提供者工厂JsonFeature- Feature enum - 特性枚举
- Since:
- JDK 25, opencode-base-json V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassDescriptionJSON Feature - Configuration Features for JSON Processing JSON 特性 - JSON 处理的配置特性Feature category enumeration 特性类别枚举JSON Module - Pluggable Module for Extending JSON Processing JSON 模块 - 用于扩展 JSON 处理的可插拔模块Setup Context - Context for Module Configuration 设置上下文 - 模块配置的上下文Simple Module - Convenient Base Implementation of JsonModule 简单模块 - JsonModule 的便捷基础实现JSON Provider - SPI Interface for JSON Processing Engines JSON 提供者 - JSON 处理引擎的 SPI 接口JSON Provider Factory - Factory for Creating and Managing JSON Providers JSON 提供者工厂 - 用于创建和管理 JSON 提供者的工厂Provider information record.