Uses of Interface
cloud.opencode.base.yml.bind.PropertySource
Packages that use PropertySource
Package
Description
YML Bind - Object binding for YAML data
YML 绑定 - YAML 数据的对象绑定
-
Uses of PropertySource in cloud.opencode.base.yml.bind
Classes in cloud.opencode.base.yml.bind that implement PropertySourceModifier and TypeClassDescriptionstatic classEnvironment variable PropertySource 环境变量 PropertySourcestatic classMap-based PropertySource implementation 基于 Map 的 PropertySource 实现static classSystem properties PropertySource 系统属性 PropertySourcestatic classYAML-based PropertySource implementation 基于 YAML 的 PropertySource 实现Methods in cloud.opencode.base.yml.bind that return PropertySourceModifier and TypeMethodDescriptionstatic PropertySourcePropertySource.fromEnvironment()Creates a PropertySource from environment variables 从环境变量创建 PropertySourcestatic PropertySourceCreates a PropertySource from a Map 从 Map 创建 PropertySourcestatic PropertySourcePropertySource.fromSystemProperties()Creates a PropertySource from system properties 从系统属性创建 PropertySourcestatic PropertySourceCreates a PropertySource from YAML content 从 YAML 内容创建 PropertySourcestatic PropertySourceCreates a PropertySource from YAML content with name 从 YAML 内容创建命名的 PropertySourceMethods in cloud.opencode.base.yml.bind with parameters of type PropertySourceModifier and TypeMethodDescriptionstatic <T> TConfigBinder.bind(PropertySource source, Class<T> clazz) Binds PropertySource to a class 将 PropertySource 绑定到类static <T> TConfigBinder.bind(PropertySource source, String prefix, Class<T> clazz) Binds PropertySource with prefix to a class 将带前缀的 PropertySource 绑定到类