public class SafeConstructor.ConstructYamlSeq extends java.lang.Object implements Construct
| Constructor and Description |
|---|
ConstructYamlSeq() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
construct(Node node)
Construct a Java instance with all the properties injected when it is
possible.
|
void |
construct2ndStep(Node node,
java.lang.Object data)
Apply the second step when constructing recursive structures.
|
public java.lang.Object construct(Node node)
Constructpublic void construct2ndStep(Node node, java.lang.Object data)
Constructconstruct2ndStep in interface Constructnode - composed Nodedata - the instance constructed earlier by
construct(Node node) for the provided Node