| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.infra.util.yaml | |
| org.apache.shardingsphere.infra.util.yaml.swapper |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends YamlConfiguration> |
YamlEngine.unmarshal(byte[] yamlBytes,
Class<T> classType)
Unmarshal YAML.
|
static <T extends YamlConfiguration> |
YamlEngine.unmarshal(File yamlFile,
Class<T> classType)
Unmarshal YAML.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
YamlConfigurationSwapper<Y extends YamlConfiguration,T>
YAML configuration swapper.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.