public interface YamlNode extends Comparable<YamlNode>
Modifier and Type | Method and Description |
---|---|
default Collection<YamlNode> |
children()
Deprecated.
Please use method values() instead. It does
exactly the same thing, it's just a change for a more suitable
name. This method will be removed in one of the future releases.
|
String |
indent(int indentation)
Print this node with a specified indentation.
|
Collection<YamlNode> |
values()
Fetch the values.
|
compareTo
@Deprecated default Collection<YamlNode> children()
YamlNode
Collection<YamlNode> values()
YamlNode
String indent(int indentation)
indentation
- Number of preceding spaces of each line.Copyright © 2020. All rights reserved.