| Package | Description |
|---|---|
| org.apache.shardingsphere.infra.util.yaml | |
| org.apache.shardingsphere.infra.util.yaml.swapper |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
YamlConfigurationSwapper<Y extends YamlConfiguration,T>
YAML configuration swapper.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.