| Package | Description |
|---|---|
| ch.jalu.configme.resource | |
| ch.jalu.configme.resource.yaml |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull SnakeYamlNodeContainer |
YamlFileResource.createNodeContainerForRoot(@NotNull List<String> rootComments) |
| 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 |
SnakeYamlNodeContainerImpl
Implementation of
SnakeYamlNodeContainer. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull SnakeYamlNodeContainer |
SnakeYamlNodeContainer.getOrCreateChildContainer(String name,
Supplier<List<String>> commentsSupplier)
Returns the existing container for the given name, or creates one and registers the comments as returned by the
supplier.
|
@NotNull SnakeYamlNodeContainer |
SnakeYamlNodeContainerImpl.getOrCreateChildContainer(@NotNull String name,
@NotNull Supplier<List<String>> commentsSupplier) |
Copyright © 2016–2023 The AuthMe Team. All rights reserved.