public abstract class AbstractConstruct extends Object implements Construct
| Constructor and Description |
|---|
AbstractConstruct() |
| Modifier and Type | Method and Description |
|---|---|
void |
construct2ndStep(Node node,
Object data)
Fail with a reminder to provide the seconds step for a recursive
structure
|
public void construct2ndStep(Node node, Object data)
construct2ndStep in interface Constructnode - composed Nodedata - the instance constructed earlier by
construct(Node node) for the provided NodeConstruct.construct2ndStep(org.yaml.snakeyaml.nodes.Node,
java.lang.Object)Copyright © 2008–2018. All rights reserved.