Uses of Class
com.amihaiemil.eoyaml.Node
-
Packages that use Node Package Description com.amihaiemil.eoyaml -
-
Uses of Node in com.amihaiemil.eoyaml
Methods in com.amihaiemil.eoyaml that return Node Modifier and Type Method Description NodeBaseYamlMapping. type()NodeBaseYamlSequence. type()NodeYamlNode. type()Type of the node.static NodeNode. valueOf(String name)Returns the enum constant of this type with the specified name.static Node[]Node. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amihaiemil.eoyaml with parameters of type Node Modifier and Type Method Description <T extends YamlNode>
TYamlNode. asClass(Class<T> clazz, Node type)Gives theYamlNodeinstance from node class and node type.
-