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