ConstructConstructor.ConstructScalar, SafeConstructor.ConstructUndefined, SafeConstructor.ConstructYamlBinary, SafeConstructor.ConstructYamlBool, SafeConstructor.ConstructYamlFloat, SafeConstructor.ConstructYamlInt, SafeConstructor.ConstructYamlNull, SafeConstructor.ConstructYamlOmap, SafeConstructor.ConstructYamlPairs, SafeConstructor.ConstructYamlStr, SafeConstructor.ConstructYamlTimestamppublic abstract class AbstractConstruct extends Object implements Construct
| Constructor | Description |
|---|---|
AbstractConstruct() |
| Modifier and Type | Method | 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.