org.yaml.snakeyaml.extensions.compactnotation
Class CompactConstructor.ConstructCompactObject

java.lang.Object
  extended by org.yaml.snakeyaml.constructor.AbstractConstruct
      extended by org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor.ConstructCompactObject
All Implemented Interfaces:
Construct
Enclosing class:
CompactConstructor

public class CompactConstructor.ConstructCompactObject
extends AbstractConstruct


Constructor Summary
CompactConstructor.ConstructCompactObject()
           
 
Method Summary
 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 Detail

CompactConstructor.ConstructCompactObject

public CompactConstructor.ConstructCompactObject()
Method Detail

construct

public 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


Copyright © 2008-2011. All Rights Reserved.