Uses of Class
com.amihaiemil.eoyaml.exceptions.YamlReadingException
-
Packages that use YamlReadingException Package Description com.amihaiemil.eoyaml -
-
Uses of YamlReadingException in com.amihaiemil.eoyaml
Methods in com.amihaiemil.eoyaml that throw YamlReadingException Modifier and Type Method Description <T extends YamlNode>
TYamlNode. asClass(Class<T> clazz, Node type)Gives theYamlNodeinstance from node class and node type.YamlMappingYamlNode. asMapping()Gives a Mapping value of the node.ScalarYamlNode. asScalar()Gives a String value of the node.YamlSequenceYamlNode. asSequence()Gives a Sequence value of the node.YamlStreamYamlNode. asStream()Gives a Stream value of the node.
-