- ChainedConverterConfiguration<C extends Converter> - Class in org.codehaus.groovy.grails.web.converters.configuration
-
An immutable ConverterConfiguration which chains the lookup calls for ObjectMarshallers
for performance reasons.
- ChainedConverterConfiguration(ConverterConfiguration<C>) - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration
-
- ChainedConverterConfiguration(ConverterConfiguration<C>, ProxyHandler) - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration
-
- ChainedConverterConfiguration.ChainedObjectMarshaller<C extends Converter> - Class in org.codehaus.groovy.grails.web.converters.configuration
-
- ChainedObjectMarshaller(ObjectMarshaller<C>, ChainedConverterConfiguration<C>.ChainedObjectMarshaller<C>) - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration.ChainedObjectMarshaller
-
- chars(String) - Method in class grails.converters.XML
-
- circularReferenceBehaviour - Variable in class grails.converters.JSON
-
- clear() - Static method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
-
- ClosureObjectMarshaller<T extends Converter> - Class in org.codehaus.groovy.grails.web.converters.marshaller
-
ObjectMarshaller that delegates the conversion logic to the supplied closure
- ClosureObjectMarshaller(Class<?>, Closure) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.ClosureObjectMarshaller
-
- CollectionMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
-
- CollectionMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.CollectionMarshaller
-
- CollectionMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
-
- CollectionMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.CollectionMarshaller
-
- compareTo(DefaultConverterConfiguration<C>.Entry) - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration.Entry
-
- config - Variable in class grails.converters.JSON
-
- CONFIGURATION_NAME - Static variable in class grails.converters.deep.JSON
-
Deprecated.
- CONFIGURATION_NAME - Static variable in class grails.converters.deep.XML
-
Deprecated.
- contentType - Variable in class org.codehaus.groovy.grails.web.converters.AbstractConverter
-
- CONTROLLER_PATTERN - Static variable in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersControllersTransformer
-
- convertAnother(Object) - Method in class grails.converters.JSON
-
- convertAnother(Object) - Method in class grails.converters.XML
-
- convertAnother(Object) - Method in interface org.codehaus.groovy.grails.web.converters.Converter
-
- Converter<W> - Interface in org.codehaus.groovy.grails.web.converters
-
Defines an Object that can convert an instance and render it to the
response or a supplied writer.
- Converter.CircularReferenceBehaviour - Enum in org.codehaus.groovy.grails.web.converters
-
- ConverterConfiguration<C extends Converter> - Interface in org.codehaus.groovy.grails.web.converters.configuration
-
- ConverterException - Exception in org.codehaus.groovy.grails.web.converters.exceptions
-
Thrown when an error occurs originating from a Converter instance.
- ConverterException(String, Throwable) - Constructor for exception org.codehaus.groovy.grails.web.converters.exceptions.ConverterException
-
- ConverterException(String) - Constructor for exception org.codehaus.groovy.grails.web.converters.exceptions.ConverterException
-
- ConverterException(Throwable) - Constructor for exception org.codehaus.groovy.grails.web.converters.exceptions.ConverterException
-
- ConverterException() - Constructor for exception org.codehaus.groovy.grails.web.converters.exceptions.ConverterException
-
- CONVERTERS_DEFAULT_ENCODING - Static variable in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
-
- ConvertersApi - Class in org.codehaus.groovy.grails.plugins.converters.api
-
The API for converting objects to target types such as XML.
- ConvertersApi() - Constructor for class org.codehaus.groovy.grails.plugins.converters.api.ConvertersApi
-
- ConvertersConfigurationHolder - Class in org.codehaus.groovy.grails.web.converters.configuration
-
Singleton which holds all default and named configurations for the Converter classes.
- ConvertersConfigurationInitializer - Class in org.codehaus.groovy.grails.web.converters.configuration
-
- ConvertersConfigurationInitializer() - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationInitializer
-
- ConvertersControllersTransformer - Class in org.codehaus.groovy.grails.compiler.web.converters
-
Enhances controller classes with additional render methods specific to converters.
- ConvertersControllersTransformer() - Constructor for class org.codehaus.groovy.grails.compiler.web.converters.ConvertersControllersTransformer
-
- ConvertersDomainTransformer - Class in org.codehaus.groovy.grails.compiler.web.converters
-
Adds the asType method to domain classes.
- ConvertersDomainTransformer() - Constructor for class org.codehaus.groovy.grails.compiler.web.converters.ConvertersDomainTransformer
-
- ConverterUtil - Class in org.codehaus.groovy.grails.web.converters
-
A utility class for creating and dealing with Converter objects.
- createBeanWrapper(Object) - Method in class org.codehaus.groovy.grails.web.converters.AbstractConverter
-
- createBeanWrapper(Object) - Static method in class org.codehaus.groovy.grails.web.converters.ConverterUtil
-
- createConverter(Class<?>, Object) - Static method in class org.codehaus.groovy.grails.web.converters.ConverterUtil
-
- createConverter(Class<?>, Object, ApplicationContext) - Static method in class org.codehaus.groovy.grails.web.converters.ConverterUtil
-
- createNamedConfig(String, Closure<?>) - Static method in class grails.converters.JSON
-
- createNamedConfig(String, Closure<?>) - Static method in class grails.converters.XML
-
- createNode(Object) - Method in class grails.converters.JSON.Builder
-
- createNode(Object, Map) - Method in class grails.converters.JSON.Builder
-
- createNode(Object, Map, Object) - Method in class grails.converters.JSON.Builder
-
- createNode(Object, Object) - Method in class grails.converters.JSON.Builder
-
- createNode(Object) - Method in class grails.converters.XML.Builder
-
- createNode(Object, Object) - Method in class grails.converters.XML.Builder
-
- createNode(Object, Map) - Method in class grails.converters.XML.Builder
-
- createNode(Object, Map, Object) - Method in class grails.converters.XML.Builder
-
- createThreadLocalConfiguration() - Static method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
-