Uses of Class
cloud.opencode.base.json.OpenJson
Packages that use OpenJson
Package
Description
OpenCode JSON - Unified JSON Processing Facade
OpenCode JSON - 统一 JSON 处理门面
-
Uses of OpenJson in cloud.opencode.base.json
Methods in cloud.opencode.base.json that return OpenJsonModifier and TypeMethodDescriptionAdds a mixin annotation class for a target type.OpenJson.registerModule(JsonModule module) Registers a JSON module with this instance.OpenJson.setPropertyFilter(String filterId, PropertyFilter filter) Registers a named property filter.static OpenJsonOpenJson.withConfig(JsonConfig config) Creates a new OpenJson instance with the specified configuration.static OpenJsonOpenJson.withConfigAndProvider(JsonConfig config, String providerName) Creates a new OpenJson instance with configuration and provider.static OpenJsonOpenJson.withProvider(String providerName) Creates a new OpenJson instance with the specified provider.