A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractConverter<W> - Class in org.codehaus.groovy.grails.web.converters
Abstract base implementation of the Converter interface that provides a default toString() implementation.
AbstractConverter() - Constructor for class org.codehaus.groovy.grails.web.converters.AbstractConverter
 
allowedValues() - Static method in enum org.codehaus.groovy.grails.web.converters.Converter.CircularReferenceBehaviour
 
application - Variable in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 
ArrayMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
ArrayMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.ArrayMarshaller
 
ArrayMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
ArrayMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.ArrayMarshaller
 
asShortObject(Object, JSON, GrailsDomainClassProperty, GrailsDomainClass) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller
 
asShortObject(Object, XML, GrailsDomainClassProperty, GrailsDomainClass) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 
asType(Object, Class<?>) - Method in class org.codehaus.groovy.grails.plugins.converters.api.ConvertersApi
Converter an instance from one format to another
attribute(String, String) - Method in class grails.converters.XML
 

B

Base64ByteArrayMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
Base64ByteArrayMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.Base64ByteArrayMarshaller
 
build(Closure) - Method in class grails.converters.JSON
 
build(Closure) - Method in class grails.converters.XML
 
build(Closure) - Method in interface org.codehaus.groovy.grails.web.converters.Converter
 
ByteArrayMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
ByteArrayMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.ByteArrayMarshaller
 

C

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
 
ChainedConverterConfiguration.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
 

D

DateMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
JSON ObjectMarshaller which converts a Date Object, conforming to the ECMA-Script-Specification Draft, to a String value.
DateMarshaller(Format) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.DateMarshaller
Constructor with a custom formatter.
DateMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.DateMarshaller
Default constructor.
DateMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
DateMarshaller(Format) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.DateMarshaller
Constructor with a custom formatter.
DateMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.DateMarshaller
Default constructor.
DeepDomainClassMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
DeepDomainClassMarshaller(boolean, GrailsApplication) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.DeepDomainClassMarshaller
 
DeepDomainClassMarshaller(boolean, ProxyHandler, GrailsApplication) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.DeepDomainClassMarshaller
 
DeepDomainClassMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
DeepDomainClassMarshaller(boolean, GrailsApplication) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.DeepDomainClassMarshaller
 
DeepDomainClassMarshaller(GrailsApplication) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.DeepDomainClassMarshaller
 
DeepDomainClassMarshaller(boolean, ProxyHandler, GrailsApplication) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.DeepDomainClassMarshaller
 
DEFAULT_PRIORITY - Static variable in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
DEFAULT_REQUEST_ENCODING - Static variable in interface org.codehaus.groovy.grails.web.converters.Converter
 
DefaultConverterConfiguration<C extends Converter> - Class in org.codehaus.groovy.grails.web.converters.configuration
Mutable Converter Configuration with an priority sorted set of ObjectMarshallers
DefaultConverterConfiguration() - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
DefaultConverterConfiguration(ConverterConfiguration<C>) - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
DefaultConverterConfiguration(ProxyHandler) - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
DefaultConverterConfiguration(ConverterConfiguration<C>, ProxyHandler) - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
DefaultConverterConfiguration(List<ObjectMarshaller<C>>) - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
DefaultConverterConfiguration(List<ObjectMarshaller<C>>, ProxyHandler) - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
DefaultConverterConfiguration.Entry - Class in org.codehaus.groovy.grails.web.converters.configuration
 
DomainClassMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
Object marshaller for domain classes to JSON
DomainClassMarshaller(boolean, GrailsApplication) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller
 
DomainClassMarshaller(boolean, ProxyHandler, GrailsApplication) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller
 
DomainClassMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
Object marshaller for domain classes to XML
DomainClassMarshaller(GrailsApplication) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 
DomainClassMarshaller(boolean, GrailsApplication) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 
DomainClassMarshaller(boolean, ProxyHandler, GrailsApplication) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 

E

encoding - Variable in class org.codehaus.groovy.grails.web.converters.AbstractConverter
 
end() - Method in class grails.converters.XML
 
EnumMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
EnumMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.EnumMarshaller
 
EnumMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
EnumMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.EnumMarshaller
 
excludes - Variable in class org.codehaus.groovy.grails.web.converters.AbstractConverter
 
excludesProperty(Object, String) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.IncludeExcludePropertyMarshaller
Override for custom exclude logic
execute(Closure<?>) - Method in class grails.converters.JSON.Builder
 
execute(Closure<?>) - Method in class grails.converters.XML.Builder
 
extractIdValue(Object, GrailsDomainClassProperty) - Method in class org.codehaus.groovy.grails.web.converters.ConverterUtil
Reads the value of the primary identifier property of a domain class instance
extractValue(Object, GrailsDomainClassProperty) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller
 

F

findMarhallerFor(Object) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration.ChainedObjectMarshaller
 

G

GenericJavaBeanMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
GenericJavaBeanMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller
 
GenericJavaBeanMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
GenericJavaBeanMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.GenericJavaBeanMarshaller
 
getApplicationContext() - Method in class org.codehaus.groovy.grails.plugins.converters.api.ConvertersApi
 
getApplicationContext() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationInitializer
 
getArtefactType() - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersControllersTransformer
 
getArtefactType() - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersDomainTransformer
 
getCircularReferenceBehaviour() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration
 
getCircularReferenceBehaviour() - Method in interface org.codehaus.groovy.grails.web.converters.configuration.ConverterConfiguration
Lookup the configured CircularReferenceBehaviour (how the converter should behave when a circular reference is detected)
getCircularReferenceBehaviour() - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
getCircularReferenceBehaviour() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ImmutableConverterConfiguration
 
getConverterClass() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ObjectMarshallerRegisterer
 
getConverterConfiguration(Class<C>) - Static method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
 
getDepth() - Method in class grails.converters.JSON
 
getDepth() - Method in class grails.converters.XML
 
getElementName(Object) - Method in class grails.converters.XML
 
getElementName(Object) - Method in interface org.codehaus.groovy.grails.web.converters.marshaller.NameAwareMarshaller
Returns the tag name for the object
getElementName(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.ProxyUnwrappingMarshaller
 
getElementName(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.ArrayMarshaller
 
getElementName(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.CollectionMarshaller
 
getElementName(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.MapMarshaller
 
getElementName(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.ValidationErrorsMarshaller
 
getEncoding() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration
 
getEncoding() - Method in interface org.codehaus.groovy.grails.web.converters.configuration.ConverterConfiguration
Lookup the configured default Character encoding for the Converter
getEncoding() - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
getEncoding() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ImmutableConverterConfiguration
 
getExcludes(Class) - Method in class org.codehaus.groovy.grails.web.converters.AbstractConverter
Gets the excludes for the given type
getIncludes(Class) - Method in class org.codehaus.groovy.grails.web.converters.AbstractConverter
Gets the includes for the given type
getInstanceImplementation() - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersControllersTransformer
 
getInstanceImplementation() - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersDomainTransformer
 
getMarkerAnnotation() - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersControllersTransformer
 
getMarshaller(Object) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration
 
getMarshaller(Object) - Method in interface org.codehaus.groovy.grails.web.converters.configuration.ConverterConfiguration
Lookup the ObjectMarshaller with the highest priority that support to marshall the given object
getMarshaller(Object) - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
getMarshaller(Object) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ImmutableConverterConfiguration
 
getMarshaller() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ObjectMarshallerRegisterer
 
getNamedConfig(String) - Static method in class grails.converters.JSON
 
getNamedConfig(String) - Static method in class grails.converters.XML
 
getNamedConverterConfiguration(String, Class<C>) - Static method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
 
getOrderedObjectMarshallers() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration
 
getOrderedObjectMarshallers() - Method in interface org.codehaus.groovy.grails.web.converters.configuration.ConverterConfiguration
Retrieve the ordered list of ObjectMarshallers
getOrderedObjectMarshallers() - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
getOrderedObjectMarshallers() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ImmutableConverterConfiguration
 
getPriority() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ObjectMarshallerRegisterer
 
getProxyHandler() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration
 
getProxyHandler() - Method in interface org.codehaus.groovy.grails.web.converters.configuration.ConverterConfiguration
Lookup the ProxyHandler used to deal with proxies instances.
getProxyHandler() - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
getProxyHandler() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ImmutableConverterConfiguration
 
getStaticImplementation() - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersControllersTransformer
 
getStaticImplementation() - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersDomainTransformer
 
getStream() - Method in class grails.converters.XML
 
getThreadLocalConverterConfiguration(Class<C>) - Static method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
 
getToJSONMethod(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.InstanceMethodBasedMarshaller
 
getToXMLMethod(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.InstanceMethodBasedMarshaller
 
getWriter() - Method in class grails.converters.JSON
 
getWriter() - Method in class grails.converters.XML
 
getWriter() - Method in interface org.codehaus.groovy.grails.web.converters.Converter
 
grails.converters - package grails.converters
 
grails.converters.deep - package grails.converters.deep
 
GroovyBeanMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
GroovyBeanMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.GroovyBeanMarshaller
 
GroovyBeanMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
GroovyBeanMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.GroovyBeanMarshaller
 

H

handleCircularRelationship(Object) - Method in class grails.converters.JSON
 
handleCircularRelationship(Object) - Method in class grails.converters.XML
 

I

ImmutableConverterConfiguration<C extends Converter> - Class in org.codehaus.groovy.grails.web.converters.configuration
Immutable Converter Configuration.
ImmutableConverterConfiguration(ConverterConfiguration<C>) - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.ImmutableConverterConfiguration
 
ImmutableConverterConfiguration(ConverterConfiguration<C>, ProxyHandler) - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.ImmutableConverterConfiguration
 
IncludeExcludePropertyMarshaller<T extends Converter> - Class in org.codehaus.groovy.grails.web.converters.marshaller
A marshaller capable of including or excluding properties
IncludeExcludePropertyMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.IncludeExcludePropertyMarshaller
 
includes - Variable in class org.codehaus.groovy.grails.web.converters.AbstractConverter
 
includesProperty(Object, String) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.IncludeExcludePropertyMarshaller
Override for custom include logic
includeVersion - Variable in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 
init() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationInitializer
Init method for spring bean creation process
initConfig() - Method in class grails.converters.deep.JSON
Deprecated.
 
initConfig() - Method in class grails.converters.deep.XML
Deprecated.
 
initConfig() - Method in class grails.converters.JSON
 
initConfig() - Method in class grails.converters.XML
 
initialize(GrailsApplication) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationInitializer
 
InstanceMethodBasedMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
InstanceMethodBasedMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.InstanceMethodBasedMarshaller
 
InstanceMethodBasedMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
InstanceMethodBasedMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.InstanceMethodBasedMarshaller
 
invokeOriginalAsTypeMethod(Object, Class<?>) - Static method in class org.codehaus.groovy.grails.web.converters.ConverterUtil
 
isCacheObjectMarshallerByClass() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration
 
isCacheObjectMarshallerByClass() - Method in interface org.codehaus.groovy.grails.web.converters.configuration.ConverterConfiguration
Enables caching object marshaller selection by class.
isCacheObjectMarshallerByClass() - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
isCacheObjectMarshallerByClass() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ImmutableConverterConfiguration
 
isConverterClass(Class<?>) - Static method in class org.codehaus.groovy.grails.web.converters.ConverterUtil
 
isIncludeVersion() - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller
 
isPrettyPrint() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration
 
isPrettyPrint() - Method in interface org.codehaus.groovy.grails.web.converters.configuration.ConverterConfiguration
Lookup method whether the converter should default to pretty printed output
isPrettyPrint() - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
isPrettyPrint() - Method in class org.codehaus.groovy.grails.web.converters.configuration.ImmutableConverterConfiguration
 
isRenderDomainClassRelations() - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.DeepDomainClassMarshaller
 
isRenderDomainClassRelations() - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller
 
isRenderDomainClassRelations() - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DeepDomainClassMarshaller
 
isRenderDomainClassRelations() - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 

J

JavascriptDateMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
JavascriptDateMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.JavascriptDateMarshaller
 
JSON - Class in grails.converters.deep
Deprecated.
The Converters framework has been refactored and this made the deep Converters obsolete
JSON() - Constructor for class grails.converters.deep.JSON
Deprecated.
 
JSON - Class in grails.converters
A converter that converts domain classes, Maps, Lists, Arrays, POJOs and POGOs to JSON.
JSON() - Constructor for class grails.converters.JSON
Default Constructor for a JSON Converter
JSON(Object) - Constructor for class grails.converters.JSON
Creates a new JSON Converter for the given Object
JSON.Builder - Class in grails.converters
 
JSON.Builder(JSON) - Constructor for class grails.converters.JSON.Builder
 

L

log - Static variable in class grails.converters.XML
 
LOG - Variable in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationInitializer
 
lookupObjectMarshaller(Object) - Method in class grails.converters.JSON
 
lookupObjectMarshaller(Object) - Method in class grails.converters.XML
 
lookupObjectMarshaller(Object) - Method in interface org.codehaus.groovy.grails.web.converters.Converter
 

M

MapMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
MapMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.MapMarshaller
 
MapMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
MapMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.MapMarshaller
 
marshaller - Variable in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration.Entry
 
marshallers - Variable in class org.codehaus.groovy.grails.web.converters.configuration.ImmutableConverterConfiguration
 
marshalObject(Object, C) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration.ChainedObjectMarshaller
 
marshalObject(Object, T) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.ClosureObjectMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.ArrayMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.ByteArrayMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.CollectionMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.DateMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.EnumMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.GroovyBeanMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.InstanceMethodBasedMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.JavascriptDateMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.MapMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.ToStringBeanMarshaller
 
marshalObject(Object, JSON) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.ValidationErrorsMarshaller
 
marshalObject(Object, T) - Method in interface org.codehaus.groovy.grails.web.converters.marshaller.ObjectMarshaller
Performs the conversion
marshalObject(Object, C) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.ProxyUnwrappingMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.ArrayMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.Base64ByteArrayMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.CollectionMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DateMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.EnumMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.GenericJavaBeanMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.GroovyBeanMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.InstanceMethodBasedMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.MapMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.ToStringBeanMarshaller
 
marshalObject(Object, XML) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.ValidationErrorsMarshaller
 

N

NameAwareMarshaller - Interface in org.codehaus.groovy.grails.web.converters.marshaller
Specialized ObjectMarshaller which defines the Tag Name for XML Conversion.
nodeCompleted(Object, Object) - Method in class grails.converters.JSON.Builder
 
nodeCompleted(Object, Object) - Method in class grails.converters.XML.Builder
 

O

ObjectMarshaller<T extends Converter> - Interface in org.codehaus.groovy.grails.web.converters.marshaller
An ObjectMarshaller is responsible for converting a Java/Groovy Object graph to a serialized form (JSON,XML).
ObjectMarshallerRegisterer - Class in org.codehaus.groovy.grails.web.converters.configuration
A Spring Bean that can be used to register an ObjectMarshaller.
ObjectMarshallerRegisterer() - Constructor for class org.codehaus.groovy.grails.web.converters.configuration.ObjectMarshallerRegisterer
 
org.codehaus.groovy.grails.compiler.web.converters - package org.codehaus.groovy.grails.compiler.web.converters
 
org.codehaus.groovy.grails.plugins.converters.api - package org.codehaus.groovy.grails.plugins.converters.api
 
org.codehaus.groovy.grails.web.converters - package org.codehaus.groovy.grails.web.converters
 
org.codehaus.groovy.grails.web.converters.configuration - package org.codehaus.groovy.grails.web.converters.configuration
 
org.codehaus.groovy.grails.web.converters.exceptions - package org.codehaus.groovy.grails.web.converters.exceptions
 
org.codehaus.groovy.grails.web.converters.marshaller - package org.codehaus.groovy.grails.web.converters.marshaller
 
org.codehaus.groovy.grails.web.converters.marshaller.json - package org.codehaus.groovy.grails.web.converters.marshaller.json
 
org.codehaus.groovy.grails.web.converters.marshaller.xml - package org.codehaus.groovy.grails.web.converters.marshaller.xml
 

P

parse(Reader) - Static method in class grails.converters.JSON
Parses the given JSON String and returns either a JSONObject or a JSONArray
parse(String) - Static method in class grails.converters.JSON
Parses the given JSON String and returns either a JSONObject or a JSONArray
parse(InputStream, String) - Static method in class grails.converters.JSON
Parses the given JSON and returns either a JSONObject or a JSONArray
parse(HttpServletRequest) - Static method in class grails.converters.JSON
Parses the given request's InputStream and returns either a JSONObject or a JSONArray
parse(String) - Static method in class grails.converters.XML
Parses the given XML
parse(InputStream, String) - Static method in class grails.converters.XML
Parses the given XML
parse(HttpServletRequest) - Static method in class grails.converters.XML
Parses the give XML (read from the POST Body of the Request)
prettyPrint - Variable in class grails.converters.JSON
 
property(String, Object) - Method in class grails.converters.JSON
 
proxyHandler - Variable in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 
ProxyUnwrappingMarshaller<C extends Converter> - Class in org.codehaus.groovy.grails.web.converters.marshaller
Unwraps Hibernate proxies with no direct references to the Hibernate APIs
ProxyUnwrappingMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.ProxyUnwrappingMarshaller
 

R

referenceStack - Variable in class grails.converters.JSON
 
registerObjectMarshaller(Class<?>, Closure<?>) - Static method in class grails.converters.JSON
 
registerObjectMarshaller(Class<?>, int, Closure<?>) - Static method in class grails.converters.JSON
 
registerObjectMarshaller(ObjectMarshaller<JSON>) - Static method in class grails.converters.JSON
 
registerObjectMarshaller(ObjectMarshaller<JSON>, int) - Static method in class grails.converters.JSON
 
registerObjectMarshaller(Class<?>, Closure<?>) - Static method in class grails.converters.XML
 
registerObjectMarshaller(Class<?>, int, Closure<?>) - Static method in class grails.converters.XML
 
registerObjectMarshaller(ObjectMarshaller<XML>) - Static method in class grails.converters.XML
 
registerObjectMarshaller(ObjectMarshaller<XML>, int) - Static method in class grails.converters.XML
 
registerObjectMarshaller(ObjectMarshaller<C>) - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
registerObjectMarshaller(ObjectMarshaller<C>, int) - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
registerObjectMarshaller(Class<?>, int, Closure) - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
registerObjectMarshaller(Class<?>, Closure) - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
render(Writer) - Method in class grails.converters.JSON
Directs the JSON Writer to the given Writer
render(HttpServletResponse) - Method in class grails.converters.JSON
Directs the JSON Writer to the Outputstream of the HttpServletResponse and sets the Content-Type to application/json
render(Writer) - Method in class grails.converters.XML
 
render(HttpServletResponse) - Method in class grails.converters.XML
 
render(Writer) - Method in interface org.codehaus.groovy.grails.web.converters.Converter
Marshalls the target and writes it to a java.io.Writer
render(HttpServletResponse) - Method in interface org.codehaus.groovy.grails.web.converters.Converter
Marshalls the target and writes it a HttpServletResponse The response will be comitted after this operation
requiresAutowiring() - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersControllersTransformer
 
requiresAutowiring() - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersDomainTransformer
 
resolveCircularReferenceBehaviour(String) - Static method in class org.codehaus.groovy.grails.web.converters.ConverterUtil
 
resolveConverterException(Throwable) - Static method in class org.codehaus.groovy.grails.web.converters.ConverterUtil
 

S

setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.plugins.converters.api.ConvertersApi
 
setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationInitializer
 
setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.ValidationErrorsMarshaller
 
setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.ValidationErrorsMarshaller
 
setCacheObjectMarshallerByClass(boolean) - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
setCircularReferenceBehaviour(Converter.CircularReferenceBehaviour) - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
setContentType(String) - Method in class org.codehaus.groovy.grails.web.converters.AbstractConverter
Sets the content type of the converter
setConverterClass(Class<? extends Converter>) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ObjectMarshallerRegisterer
 
setDefaultConfiguration(Class<C>, ConverterConfiguration<C>) - Static method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
 
setDefaultConfiguration(Class<C>, List<ObjectMarshaller<C>>) - Static method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
 
setEncoding(String) - Method in class org.codehaus.groovy.grails.web.converters.AbstractConverter
Sets the encoding of the converter
setEncoding(String) - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
setExcludes(List<String>) - Method in class grails.converters.JSON
 
setExcludes(List<String>) - Method in class grails.converters.XML
 
setExcludes(Class, List<String>) - Method in class org.codehaus.groovy.grails.web.converters.AbstractConverter
Set to exclude properties for the given type
setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationInitializer
 
setIncludes(List<String>) - Method in class grails.converters.JSON
 
setIncludes(List<String>) - Method in class grails.converters.XML
 
setIncludes(Class, List<String>) - Method in class org.codehaus.groovy.grails.web.converters.AbstractConverter
Set to include properties for the given type
setIncludeVersion(boolean) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller
 
setMarshaller(ObjectMarshaller) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ObjectMarshallerRegisterer
 
setNamedConverterConfiguration(Class<C>, String, ConverterConfiguration<C>) - Static method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
 
setNamedConverterConfiguration(Class<C>, String, List<ObjectMarshaller<C>>) - Static method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
 
setParent(Object, Object) - Method in class grails.converters.JSON.Builder
 
setParent(Object, Object) - Method in class grails.converters.XML.Builder
 
setPrettyPrint(boolean) - Method in class grails.converters.JSON
 
setPrettyPrint(boolean) - Method in class org.codehaus.groovy.grails.web.converters.configuration.DefaultConverterConfiguration
 
setPriority(int) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ObjectMarshallerRegisterer
 
setTarget(Object) - Method in class grails.converters.JSON
Sets the Object which is later converted to JSON
setTarget(Object) - Method in class grails.converters.XML
 
setTarget(Object) - Method in class org.codehaus.groovy.grails.web.converters.AbstractConverter
 
setThreadLocalConverterConfiguration(Class<C>, ConverterConfiguration<C>) - Static method in class org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder
 
shouldInclude(Object, String) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.IncludeExcludePropertyMarshaller
 
shouldInitializeProxies() - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 
shouldInject(URL) - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersControllersTransformer
 
shouldInject(URL) - Method in class org.codehaus.groovy.grails.compiler.web.converters.ConvertersDomainTransformer
 
startNode(String) - Method in class grails.converters.XML
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.configuration.ChainedConverterConfiguration.ChainedObjectMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.ClosureObjectMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.ArrayMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.ByteArrayMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.CollectionMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.DateMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.EnumMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.GroovyBeanMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.InstanceMethodBasedMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.JavascriptDateMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.MapMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.ToStringBeanMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.json.ValidationErrorsMarshaller
 
supports(Object) - Method in interface org.codehaus.groovy.grails.web.converters.marshaller.ObjectMarshaller
Checks wheter the ObjectMarshaller is able/intended to support the given Object
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.ProxyUnwrappingMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.ArrayMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.Base64ByteArrayMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.CollectionMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DateMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.DomainClassMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.EnumMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.GenericJavaBeanMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.GroovyBeanMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.InstanceMethodBasedMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.MapMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.ToStringBeanMarshaller
 
supports(Object) - Method in class org.codehaus.groovy.grails.web.converters.marshaller.xml.ValidationErrorsMarshaller
 

T

target - Variable in class grails.converters.JSON
 
toString(boolean) - Method in class grails.converters.JSON
Performs the conversion and returns the resulting JSON as String
toString() - Method in class grails.converters.XML
 
toString() - Method in class org.codehaus.groovy.grails.web.converters.AbstractConverter
 
ToStringBeanMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
ToStringBeanMarshaller(Set<Class<?>>) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.ToStringBeanMarshaller
 
ToStringBeanMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.ToStringBeanMarshaller
 
ToStringBeanMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
ToStringBeanMarshaller(Set<Class<?>>) - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.ToStringBeanMarshaller
 
ToStringBeanMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.ToStringBeanMarshaller
 
trimProxySuffix(String) - Static method in class org.codehaus.groovy.grails.web.converters.ConverterUtil
 

U

use(String, Closure<?>) - Static method in class grails.converters.JSON
 
use(String) - Static method in class grails.converters.JSON
 
use(String, Closure<?>) - Static method in class grails.converters.XML
 
use(String) - Static method in class grails.converters.XML
 

V

ValidationErrorsMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
 
ValidationErrorsMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.json.ValidationErrorsMarshaller
 
ValidationErrorsMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
 
ValidationErrorsMarshaller() - Constructor for class org.codehaus.groovy.grails.web.converters.marshaller.xml.ValidationErrorsMarshaller
 
value(Object) - Method in class grails.converters.JSON
 
valueOf(String) - Static method in enum org.codehaus.groovy.grails.web.converters.Converter.CircularReferenceBehaviour
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.codehaus.groovy.grails.web.converters.Converter.CircularReferenceBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.

W

withDefaultConfiguration(Closure<?>) - Static method in class grails.converters.JSON
 
withDefaultConfiguration(Closure<?>) - Static method in class grails.converters.XML
 
writer - Variable in class grails.converters.JSON
 

X

XML - Class in grails.converters.deep
Deprecated.
The Converters framework has been refactored and this made the deep Converters obsolete
XML() - Constructor for class grails.converters.deep.XML
Deprecated.
 
XML - Class in grails.converters
A converter that converts domain classes to XML.
XML() - Constructor for class grails.converters.XML
 
XML(Object) - Constructor for class grails.converters.XML
 
XML(XMLStreamWriter) - Constructor for class grails.converters.XML
 
XML.Builder - Class in grails.converters
 
XML.Builder(XML) - Constructor for class grails.converters.XML.Builder
 
A B C D E F G H I J L M N O P R S T U V W X