|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface Converter
Defines an Object that can convert an instance and render it to the response or a supplied writer.
Method Summary | |
---|---|
void
|
render(java.io.Writer out)
Marshalls the target and writes it to a java.io.Writer |
Method Detail |
---|
public void render(java.io.Writer out)
out
- The Writer to write to
Groovy Documentation