Class SafeConstructor.ConstructUndefined

java.lang.Object
org.yaml.snakeyaml.constructor.AbstractConstruct
org.yaml.snakeyaml.constructor.SafeConstructor.ConstructUndefined
All Implemented Interfaces:
Construct
Enclosing class:
SafeConstructor

public static final class SafeConstructor.ConstructUndefined
extends AbstractConstruct
  • Constructor Summary

    Constructors 
    Constructor Description
    ConstructUndefined()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object construct​(Node node)
    Construct a Java instance with all the properties injected when it is possible.

    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 Details

  • Method Details

    • construct

      public java.lang.Object construct​(Node node)
      Description copied from interface: Construct
      Construct a Java instance with all the properties injected when it is possible.
      Parameters:
      node - composed Node
      Returns:
      a complete Java instance