Class ConstructParent

  • All Implemented Interfaces:
    org.yaml.snakeyaml.constructor.Construct

    public class ConstructParent
    extends org.yaml.snakeyaml.constructor.AbstractConstruct
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstructParent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object construct​(org.yaml.snakeyaml.nodes.Node node)  
      • Methods inherited from class org.yaml.snakeyaml.constructor.AbstractConstruct

        construct2ndStep
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConstructParent

        public ConstructParent()
    • Method Detail

      • construct

        public java.lang.Object construct​(org.yaml.snakeyaml.nodes.Node node)