Uses of Enum Class
cloud.opencode.base.yml.merge.MergeStrategy
Packages that use MergeStrategy
Package
Description
OpenCode Base YML - YAML Processing Library
OpenCode Base YML - YAML 处理库
YML Merge - YAML document merging utilities
YML 合并 - YAML 文档合并工具
-
Uses of MergeStrategy in cloud.opencode.base.yml
Methods in cloud.opencode.base.yml with parameters of type MergeStrategy -
Uses of MergeStrategy in cloud.opencode.base.yml.merge
Subclasses with type arguments of type MergeStrategy in cloud.opencode.base.yml.mergeModifier and TypeClassDescriptionenumMerge Strategy - Defines how YAML documents are merged 合并策略 - 定义 YAML 文档如何合并Methods in cloud.opencode.base.yml.merge that return MergeStrategyModifier and TypeMethodDescriptionstatic MergeStrategyReturns the enum constant of this class with the specified name.static MergeStrategy[]MergeStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.yml.merge with parameters of type MergeStrategyModifier and TypeMethodDescriptionMerges two maps with the specified strategy.YmlMerger.mergeAll(MergeStrategy strategy, Map<String, Object>... maps) Merges multiple maps with the specified strategy.Merges a list of maps with the specified strategy. -
Uses of MergeStrategy in cloud.opencode.base.yml.profile
Methods in cloud.opencode.base.yml.profile with parameters of type MergeStrategyModifier and TypeMethodDescriptionstatic YmlDocumentLoads base configuration and profile overlays with a custom merge strategy.