public interface Scalar extends YamlNode
Modifier and Type | Method and Description |
---|---|
default String |
indent(int indentation)
Indent this scalar.
|
String |
value()
Value of this scalar.
|
default Collection<YamlNode> |
values()
A scalar has no values.
|
compareTo
String value()
IllegalStateException
- In the case of reading YAML,
this exception is thrown if the Scalar isn't found where it's
supposed to be.default Collection<YamlNode> values()
Copyright © 2020. All rights reserved.