Uses of Record Class
cloud.opencode.base.json.util.JsonTruncator.TruncateConfig
Packages that use JsonTruncator.TruncateConfig
Package
Description
JSON Utility Classes - Practical JSON Processing Tools
JSON 工具类 - 实用 JSON 处理工具
-
Uses of JsonTruncator.TruncateConfig in cloud.opencode.base.json.util
Fields in cloud.opencode.base.json.util declared as JsonTruncator.TruncateConfigModifier and TypeFieldDescriptionstatic final JsonTruncator.TruncateConfigJsonTruncator.TruncateConfig.DEFAULTDefault truncation configuration.Methods in cloud.opencode.base.json.util with parameters of type JsonTruncator.TruncateConfigModifier and TypeMethodDescriptionstatic StringJsonTruncator.truncate(JsonNode node, JsonTruncator.TruncateConfig config) Truncates a JsonNode tree according to the specified configuration.