Constructprotected class Constructor.ConstructYamlObject extends Object implements Construct
| Modifier | Constructor | Description |
|---|---|---|
protected |
ConstructYamlObject() |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
construct(Node node) |
Construct a Java instance with all the properties injected when it is
possible.
|
void |
construct2ndStep(Node node,
Object object) |
Apply the second step when constructing recursive structures.
|
public Object construct(Node node)
Constructpublic void construct2ndStep(Node node, Object object)
Constructconstruct2ndStep in interface Constructnode - composed Nodeobject - the instance constructed earlier by
construct(Node node) for the provided NodeCopyright © 2008–2018. All rights reserved.