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