Class CompactConstructor.ConstructCompactObject

java.lang.Object
org.yaml.snakeyaml.constructor.Constructor.ConstructMapping
org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor.ConstructCompactObject
All Implemented Interfaces:
Construct
Enclosing class:
CompactConstructor

public class CompactConstructor.ConstructCompactObject
extends Constructor.ConstructMapping
  • Constructor Summary

    Constructors 
    Constructor Description
    ConstructCompactObject()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object construct​(Node node)
    Construct JavaBean.
    void construct2ndStep​(Node node, java.lang.Object object)
    Apply the second step when constructing recursive structures.

    Methods inherited from class org.yaml.snakeyaml.constructor.Constructor.ConstructMapping

    constructJavaBean2ndStep, getProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait