org.jvyaml
Class BaseConstructorImpl.YamlMultiAdapter

java.lang.Object
  extended by org.jvyaml.BaseConstructorImpl.YamlMultiAdapter
All Implemented Interfaces:
Constructor.YamlConstructor
Enclosing class:
BaseConstructorImpl

public static class BaseConstructorImpl.YamlMultiAdapter
extends java.lang.Object
implements Constructor.YamlConstructor


Constructor Summary
BaseConstructorImpl.YamlMultiAdapter(Constructor.YamlMultiConstructor ctor, java.lang.String prefix)
           
 
Method Summary
 java.lang.Object call(Constructor self, Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseConstructorImpl.YamlMultiAdapter

public BaseConstructorImpl.YamlMultiAdapter(Constructor.YamlMultiConstructor ctor,
                                            java.lang.String prefix)
Method Detail

call

public java.lang.Object call(Constructor self,
                             Node node)
Specified by:
call in interface Constructor.YamlConstructor