| Package | Description |
|---|---|
| ch.jalu.configme.resource | |
| ch.jalu.configme.resource.yaml |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull SnakeYamlNodeBuilder |
YamlFileResource.createNodeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
YamlFileResource.createAndAddYamlNode(@NotNull Object exportValue,
@NotNull String path,
@NotNull List<PropertyPathTraverser.PathElement> pathElements,
@NotNull SnakeYamlNodeContainer rootContainer,
@NotNull ConfigurationData configurationData,
@NotNull SnakeYamlNodeBuilder nodeBuilder)
Creates a YAML node for the export value and stores it, along with any comments for intermediate paths that
have not been visited yet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SnakeYamlNodeBuilderImpl
Default implementation of
SnakeYamlNodeBuilder: creates SnakeYAML nodes for values and comments. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull org.yaml.snakeyaml.nodes.Node |
SnakeYamlNodeContainer.convertToNode(@NotNull SnakeYamlNodeBuilder nodeBuilder)
Converts this container and its sub-containers, recursively, to a SnakeYAML node that represents
all SnakeYAML nodes held by the containers.
|
@NotNull org.yaml.snakeyaml.nodes.Node |
SnakeYamlNodeContainerImpl.convertToNode(@NotNull SnakeYamlNodeBuilder nodeBuilder) |
Copyright © 2016–2023 The AuthMe Team. All rights reserved.