public interface YamlInput
Modifier and Type | Method and Description |
---|---|
YamlMapping |
readYamlMapping()
Read the given input as a Yaml mapping.
|
YamlSequence |
readYamlSequence()
Read the given input as a Yaml sequence.
|
YamlStream |
readYamlStream()
Read the given input as a Yaml stream.
|
YamlMapping readYamlMapping() throws IOException
IOException
- if the input cannot be read for some reasonYamlSequence readYamlSequence() throws IOException
IOException
- if the input cannot be read for some reasonYamlStream readYamlStream() throws IOException
IOException
- if the input cannot be read for some reasonCopyright © 2020. All rights reserved.