Construct
Constructor.ConstructScalar
, SafeConstructor.ConstructUndefined
, SafeConstructor.ConstructYamlBinary
, SafeConstructor.ConstructYamlBool
, SafeConstructor.ConstructYamlFloat
, SafeConstructor.ConstructYamlInt
, SafeConstructor.ConstructYamlNull
, SafeConstructor.ConstructYamlOmap
, SafeConstructor.ConstructYamlPairs
, SafeConstructor.ConstructYamlStr
, SafeConstructor.ConstructYamlTimestamp
public 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 Construct
node
- 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.