| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml.block.implementation |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Section.init(YamlDocument root,
org.snakeyaml.engine.v2.nodes.Node keyNode,
org.snakeyaml.engine.v2.nodes.MappingNode valueNode,
ExtendedConstructor constructor)
Initializes this section, and it's contents using the given parameters, while also initializing the superclass by
calling
Block.init(Node, Node). |
protected void |
Section.init(YamlDocument root,
org.snakeyaml.engine.v2.nodes.Node keyNode,
org.snakeyaml.engine.v2.nodes.MappingNode valueNode,
ExtendedConstructor constructor)
Initializes this section, and it's contents using the given parameters, while also initializing the superclass by
calling
Block.init(Node, Node). |
| Constructor and Description |
|---|
Section(YamlDocument root,
Section parent,
Route route,
org.snakeyaml.engine.v2.nodes.Node keyNode,
org.snakeyaml.engine.v2.nodes.MappingNode valueNode,
ExtendedConstructor constructor)
Creates a section using the given relatives, nodes and constructor, which is used to retrieve the actual Java
representations of nodes (and sub-nodes).
|
Section(YamlDocument root,
Section parent,
Route route,
org.snakeyaml.engine.v2.nodes.Node keyNode,
org.snakeyaml.engine.v2.nodes.MappingNode valueNode,
ExtendedConstructor constructor)
Creates a section using the given relatives, nodes and constructor, which is used to retrieve the actual Java
representations of nodes (and sub-nodes).
|
Copyright © 2022. All rights reserved.