org.jvyamlb
Interface YAMLNodeCreator

All Known Implementing Classes:
JRubyRepresenter.IRubyObjectYAMLNodeCreator, RepresenterImpl.ArrayYAMLNodeCreator, RepresenterImpl.ByteListYAMLNodeCreator, RepresenterImpl.DateYAMLNodeCreator, RepresenterImpl.JavaBeanYAMLNodeCreator, RepresenterImpl.MappingYAMLNodeCreator, RepresenterImpl.NumberYAMLNodeCreator, RepresenterImpl.ScalarYAMLNodeCreator, RepresenterImpl.SequenceYAMLNodeCreator, RepresenterImpl.SetYAMLNodeCreator, RepresenterImpl.StringYAMLNodeCreator

public interface YAMLNodeCreator

Author:
Ola Bini

Method Summary
 java.lang.String taguri()
           
 Node toYamlNode(Representer representer)
           
 

Method Detail

taguri

java.lang.String taguri()

toYamlNode

Node toYamlNode(Representer representer)
                throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002-2007 JRuby Team. All Rights Reserved.