|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.yaml.snakeyaml.constructor.AbstractConstruct
public abstract class AbstractConstruct
Because recursive structures are not very common we provide a way to save some typing when extending a constructor
| Constructor Summary | |
|---|---|
AbstractConstruct()
|
|
| Method Summary | |
|---|---|
void |
construct2ndStep(Node node,
java.lang.Object data)
Fail with a reminder to provide the seconds step for a recursive structure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.yaml.snakeyaml.constructor.Construct |
|---|
construct |
| Constructor Detail |
|---|
public AbstractConstruct()
| Method Detail |
|---|
public void construct2ndStep(Node node,
java.lang.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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||