Class PropertySource.YamlPropertySource

java.lang.Object
cloud.opencode.base.yml.bind.PropertySource.MapPropertySource
cloud.opencode.base.yml.bind.PropertySource.YamlPropertySource
All Implemented Interfaces:
PropertySource
Enclosing interface:
PropertySource

public static class PropertySource.YamlPropertySource extends PropertySource.MapPropertySource
YAML-based PropertySource implementation 基于 YAML 的 PropertySource 实现
Since:
JDK 25, opencode-base-yml V1.0.0
Author:
Leon Soo www.LeonSoo.com
  • Constructor Details

    • YamlPropertySource

      public YamlPropertySource(String name, String yamlContent)