| Package | Description | 
|---|---|
| org.yaml.snakeyaml.constructor | |
| org.yaml.snakeyaml.nodes | |
| org.yaml.snakeyaml.resolver | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<NodeId,Construct> | BaseConstructor. yamlClassConstructorsIt maps the node kind to the the Construct implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeId | SequenceNode. getNodeId() | 
| NodeId | AnchorNode. getNodeId() | 
| NodeId | MappingNode. getNodeId() | 
| NodeId | ScalarNode. getNodeId() | 
| abstract NodeId | Node. getNodeId()For error reporting. | 
| static NodeId | NodeId. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static NodeId[] | NodeId. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| Tag | Resolver. resolve(NodeId kind,
       String value,
       boolean implicit) | 
Copyright © 2008–2021. All rights reserved.