Groovy Documentation

Package org.codehaus.groovy.grails.web.converters

 

Interface Summary
ConfigurableConverter Interface for converters that can be configured at runtime
Converter Defines an Object that can convert an instance and render it to the response or a supplied writer.
IncludeExcludeConverter A converter capable of including/excluding properties on the target object
 


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.
 


Enum Summary
Converter.CircularReferenceBehaviour
 


Groovy Documentation