public class StandardConstructor.ConstructYamlSeq extends Object implements ConstructNode
| Constructor and Description |
|---|
ConstructYamlSeq() |
| Modifier and Type | Method and Description |
|---|---|
Object |
construct(Node node)
Construct a Java instance with all the properties injected when it is possible.
|
void |
constructRecursive(Node node,
Object data)
Apply the second step when constructing recursive structures.
|
public Object construct(Node node)
ConstructNodeconstruct in interface ConstructNodenode - composed Nodepublic void constructRecursive(Node node, Object data)
ConstructNodeconstructRecursive in interface ConstructNodenode - composed Nodedata - the instance constructed earlier by
construct(Node node) for the provided NodeCopyright © 2018–2019. All rights reserved.