|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Converter | |
---|---|
grails.converters | |
org.codehaus.groovy.grails.web.converters | |
org.codehaus.groovy.grails.web.converters.configuration | |
org.codehaus.groovy.grails.web.converters.marshaller |
Uses of Converter in grails.converters |
---|
Classes in grails.converters that implement Converter | |
---|---|
class |
JSON
A converter that converts domain classes, Maps, Lists, Arrays, POJOs and POGOs to JSON |
class |
XML
A converter that converts domain classes to XML |
Uses of Converter in org.codehaus.groovy.grails.web.converters |
---|
Classes in org.codehaus.groovy.grails.web.converters that implement Converter | |
---|---|
class |
AbstractConverter<W>
Abstract base implementation of the Converter interface that provides a default toString() implementation |
Methods in org.codehaus.groovy.grails.web.converters that return types with arguments of type Converter | |
---|---|
ObjectMarshaller<? extends Converter> |
Converter.lookupObjectMarshaller(Object target)
|
Uses of Converter in org.codehaus.groovy.grails.web.converters.configuration |
---|
Classes in org.codehaus.groovy.grails.web.converters.configuration with type parameters of type Converter | |
---|---|
class |
ChainedConverterConfiguration<C extends Converter>
An immutable ConverterConfiguration which chains the lookup calls for ObjectMarshallers for performance reasons |
class |
ChainedConverterConfiguration.ChainedObjectMarshaller<C extends Converter>
|
interface |
ConverterConfiguration<C extends Converter>
|
class |
DefaultConverterConfiguration<C extends Converter>
Mutable Converter Configuration with an priority sorted set of ObjectMarshallers |
class |
ImmutableConverterConfiguration<C extends Converter>
Immutable Converter Configuration |
Methods in org.codehaus.groovy.grails.web.converters.configuration with type parameters of type Converter | ||
---|---|---|
static
|
ConvertersConfigurationHolder.getConverterConfiguration(Class<C> converterClass)
|
|
static
|
ConvertersConfigurationHolder.getNamedConverterConfiguration(String name,
Class<C> converterClass)
|
|
static
|
ConvertersConfigurationHolder.getThreadLocalConverterConfiguration(Class<C> converterClass)
|
|
static
|
ConvertersConfigurationHolder.setDefaultConfiguration(Class<C> c,
ConverterConfiguration<C> cfg)
|
|
static
|
ConvertersConfigurationHolder.setDefaultConfiguration(Class<C> c,
List<ObjectMarshaller<C>> om)
|
|
static
|
ConvertersConfigurationHolder.setNamedConverterConfiguration(Class<C> converterClass,
String name,
ConverterConfiguration<C> cfg)
|
|
static
|
ConvertersConfigurationHolder.setNamedConverterConfiguration(Class<C> converterClass,
String name,
List<ObjectMarshaller<C>> om)
|
|
static
|
ConvertersConfigurationHolder.setTheadLocalConverterConfiguration(Class<C> converterClass,
ConverterConfiguration<C> cfg)
|
Methods in org.codehaus.groovy.grails.web.converters.configuration that return types with arguments of type Converter | |
---|---|
Class<? extends Converter> |
ObjectMarshallerRegisterer.getConverterClass()
|
Method parameters in org.codehaus.groovy.grails.web.converters.configuration with type arguments of type Converter | |
---|---|
void |
ObjectMarshallerRegisterer.setConverterClass(Class<? extends Converter> converterClass)
|
Uses of Converter in org.codehaus.groovy.grails.web.converters.marshaller |
---|
Classes in org.codehaus.groovy.grails.web.converters.marshaller with type parameters of type Converter | |
---|---|
class |
ClosureOjectMarshaller<T extends Converter>
ObjectMarshaller that delegates the conversion logic to the supplied closure |
interface |
ObjectMarshaller<T extends Converter>
An ObjectMarshaller is responsible for converting a Java/Groovy Object graph to a serialized form (JSON,XML) The ObjectMarshaller implementation must use a a type parameter - either grails.convereters.JSON or grails.converters.XML and it should to be thread-safe |
class |
ProxyUnwrappingMarshaller<C extends Converter>
Unwraps Hibernate proxies with no direct references to the Hibernate APIs |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |