|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Converter | Defines an Object that can convert an instance and render it to the response or a supplied writer. |
Class Summary | |
---|---|
AbstractConverter | Abstract base implementation of the Converter interface that provides a default toString() implementation. |
AbstractParsingParameterCreationListener | Abstract base class for parameter creation listeners that parse incoming data such as JSON and XML. |
ConverterUtil | A utility class for creating and dealing with Converter objects. |
JSONParsingParameterCreationListener | Automatically parses JSON into the params object. |
XMLParsingParameterCreationListener | Automatically parses an incoming XML request and populates the params object with the XML data so that it can be used in data binding. |
Enum Summary | |
---|---|
Converter.CircularReferenceBehaviour |
Groovy Documentation