public interface IWriter
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 . |