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 | 核心接口:

Since:
JDK 25, opencode-base-json V1.0.0
Author:
Leon Soo www.LeonSoo.com
See Also:
  • Class
    Description
    JSON 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.