| Package | Description |
|---|---|
| org.apache.shardingsphere.underlying.common.yaml.engine | |
| org.apache.shardingsphere.underlying.common.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(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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
YamlSwapper<Y extends YamlConfiguration,T>
YAML configuration swapper.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.