| Modifier and Type | Class and Description |
|---|---|
class |
YamlUserConfiguration
User for YAML.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
YamlRuleConfiguration
YAML rule configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
YamlRootRuleConfigurations
YAML root rule configurations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
YamlShardingSphereAlgorithmConfiguration
ShardingSphere algorithm configuration for YAML.
|
| 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 © 2021 The Apache Software Foundation. All rights reserved.