org.jvyaml
Interface Representer
- All Known Implementing Classes:
- RepresenterImpl, SafeRepresenterImpl
public interface Representer
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,
java.lang.String value,
char style)
|
Node |
seq(java.lang.String tag,
java.util.List sequence,
boolean flowStyle)
|
represent
void represent(java.lang.Object data)
throws java.io.IOException
- Throws:
java.io.IOException
scalar
Node scalar(java.lang.String tag,
java.lang.String 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