Uses of Class
cloud.opencode.base.yml.YmlConfig
Packages that use YmlConfig
Package
Description
OpenCode Base YML - YAML Processing Library
OpenCode Base YML - YAML 处理库
YML Security - Security utilities for YAML processing
YML 安全 - YAML 处理的安全工具
YML SPI - Service Provider Interface for YAML implementations
YML SPI - YAML 实现的服务提供者接口
-
Uses of YmlConfig in cloud.opencode.base.yml
Methods in cloud.opencode.base.yml that return YmlConfigModifier and TypeMethodDescriptionYmlConfig.Builder.build()Builds the configuration.static YmlConfigYmlConfig.defaults()Creates the default configuration.Methods in cloud.opencode.base.yml with parameters of type YmlConfig -
Uses of YmlConfig in cloud.opencode.base.yml.security
Methods in cloud.opencode.base.yml.security that return YmlConfigModifier and TypeMethodDescriptionstatic YmlConfigYmlSecurity.createSafeConfig()Creates a safe YAML configuration 创建安全的 YAML 配置static YmlConfigYmlSecurity.createSafeConfig(long maxSize, int maxAliases) Creates a safe YAML configuration with custom limits 使用自定义限制创建安全的 YAML 配置 -
Uses of YmlConfig in cloud.opencode.base.yml.spi
Methods in cloud.opencode.base.yml.spi that return YmlConfigMethods in cloud.opencode.base.yml.spi with parameters of type YmlConfig