Class AbstractConstruct

java.lang.Object
org.yaml.snakeyaml.constructor.AbstractConstruct
All Implemented Interfaces:
Construct
Direct Known Subclasses:
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 java.lang.Object
implements Construct
Because recursive structures are not very common we provide a way to save some typing when extending a constructor
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractConstruct()  
  • Method Summary

    Modifier and Type Method Description
    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