public class NodeVisitor extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.yaml.snakeyaml.nodes.Tag |
LOOP_TAG |
| Constructor and Description |
|---|
NodeVisitor(NodeHandler nodeHandler,
ResourceLoader resourceLoader,
TagResolver... tagResolvers) |
| Modifier and Type | Method and Description |
|---|---|
void |
visitDocument(org.yaml.snakeyaml.nodes.MappingNode node) |
public NodeVisitor(NodeHandler nodeHandler, ResourceLoader resourceLoader, TagResolver... tagResolvers)
Copyright © 2017. All rights reserved.