org.jvyamlb
Interface Representer

All Known Implementing Classes:
RepresenterImpl, SafeRepresenterImpl

public interface Representer

Author:
Ola Bini

Method Summary
 Node map(java.lang.String tag, java.util.Map mapping, boolean flowStyle)
           
 void represent(java.lang.Object data)
           
 Node scalar(java.lang.String tag, org.jruby.util.ByteList value, char style)
           
 Node seq(java.lang.String tag, java.util.List sequence, boolean flowStyle)
           
 

Method Detail

represent

void represent(java.lang.Object data)
               throws java.io.IOException
Throws:
java.io.IOException

scalar

Node scalar(java.lang.String tag,
            org.jruby.util.ByteList value,
            char style)
            throws java.io.IOException
Throws:
java.io.IOException

seq

Node seq(java.lang.String tag,
         java.util.List sequence,
         boolean flowStyle)
         throws java.io.IOException
Throws:
java.io.IOException

map

Node map(java.lang.String tag,
         java.util.Map mapping,
         boolean flowStyle)
         throws java.io.IOException
Throws:
java.io.IOException