@AutoService(value=IWriter.class) public class TinyV2Writer extends java.lang.Object implements IWriter
IWriter
that writes in the Tiny v2 format.Constructor and Description |
---|
TinyV2Writer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
uniqueId() |
void |
write(Mapper mapper,
java.io.PrintWriter writer,
java.lang.String... args)
Writes in a
PrintWriter the contents of a Mapper . |