|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ObjectMarshaller in grails.converters |
|---|
| Methods in grails.converters that return ObjectMarshaller | |
|---|---|
ObjectMarshaller<XML> |
XML.lookupObjectMarshaller(Object target)
|
ObjectMarshaller<JSON> |
JSON.lookupObjectMarshaller(Object target)
|
| Methods in grails.converters with parameters of type ObjectMarshaller | |
|---|---|
static void |
JSON.registerObjectMarshaller(ObjectMarshaller<JSON> om)
|
static void |
JSON.registerObjectMarshaller(ObjectMarshaller<JSON> om,
int priority)
|
static void |
XML.registerObjectMarshaller(ObjectMarshaller<XML> om)
|
static void |
XML.registerObjectMarshaller(ObjectMarshaller<XML> om,
int priority)
|
| Uses of ObjectMarshaller in org.codehaus.groovy.grails.web.converters |
|---|
| Methods in org.codehaus.groovy.grails.web.converters that return ObjectMarshaller | |
|---|---|
ObjectMarshaller<? extends Converter> |
Converter.lookupObjectMarshaller(Object target)
|
| Uses of ObjectMarshaller in org.codehaus.groovy.grails.web.converters.configuration |
|---|
| Classes in org.codehaus.groovy.grails.web.converters.configuration that implement ObjectMarshaller | |
|---|---|
class |
ChainedConverterConfiguration.ChainedObjectMarshaller<C extends Converter>
|
| Fields in org.codehaus.groovy.grails.web.converters.configuration declared as ObjectMarshaller | |
|---|---|
protected ObjectMarshaller<C> |
DefaultConverterConfiguration.Entry.marshaller
|
| Fields in org.codehaus.groovy.grails.web.converters.configuration with type parameters of type ObjectMarshaller | |
|---|---|
protected List<ObjectMarshaller<C>> |
ImmutableConverterConfiguration.marshallers
|
| Methods in org.codehaus.groovy.grails.web.converters.configuration that return ObjectMarshaller | |
|---|---|
ObjectMarshaller<C> |
ChainedConverterConfiguration.ChainedObjectMarshaller.findMarhallerFor(Object o)
|
ObjectMarshaller |
ObjectMarshallerRegisterer.getMarshaller()
|
ObjectMarshaller<C> |
ImmutableConverterConfiguration.getMarshaller(Object o)
|
ObjectMarshaller<C> |
DefaultConverterConfiguration.getMarshaller(Object o)
|
ObjectMarshaller<C> |
ConverterConfiguration.getMarshaller(Object o)
Lookup the ObjectMarshaller with the highest priority that support to marshall the given object |
ObjectMarshaller<C> |
ChainedConverterConfiguration.getMarshaller(Object o)
|
| Methods in org.codehaus.groovy.grails.web.converters.configuration that return types with arguments of type ObjectMarshaller | |
|---|---|
List<ObjectMarshaller<C>> |
ImmutableConverterConfiguration.getOrderedObjectMarshallers()
|
List<ObjectMarshaller<C>> |
DefaultConverterConfiguration.getOrderedObjectMarshallers()
|
List<ObjectMarshaller<C>> |
ConverterConfiguration.getOrderedObjectMarshallers()
Retrieve the ordered list of ObjectMarshallers |
List<ObjectMarshaller<C>> |
ChainedConverterConfiguration.getOrderedObjectMarshallers()
|
| Methods in org.codehaus.groovy.grails.web.converters.configuration with parameters of type ObjectMarshaller | |
|---|---|
void |
DefaultConverterConfiguration.registerObjectMarshaller(ObjectMarshaller<C> marshaller)
|
void |
DefaultConverterConfiguration.registerObjectMarshaller(ObjectMarshaller<C> marshaller,
int priority)
|
void |
ObjectMarshallerRegisterer.setMarshaller(ObjectMarshaller marshaller)
|
| Method parameters in org.codehaus.groovy.grails.web.converters.configuration with type arguments of type ObjectMarshaller | ||
|---|---|---|
static
|
ConvertersConfigurationHolder.setDefaultConfiguration(Class<C> c,
List<ObjectMarshaller<C>> om)
|
|
static
|
ConvertersConfigurationHolder.setNamedConverterConfiguration(Class<C> converterClass,
String name,
List<ObjectMarshaller<C>> om)
|
|
| Constructors in org.codehaus.groovy.grails.web.converters.configuration with parameters of type ObjectMarshaller | |
|---|---|
ChainedConverterConfiguration.ChainedObjectMarshaller(ObjectMarshaller<C> om,
ChainedConverterConfiguration.ChainedObjectMarshaller<C> next)
|
|
| Constructor parameters in org.codehaus.groovy.grails.web.converters.configuration with type arguments of type ObjectMarshaller | |
|---|---|
DefaultConverterConfiguration(List<ObjectMarshaller<C>> oms)
|
|
| Uses of ObjectMarshaller in org.codehaus.groovy.grails.web.converters.marshaller |
|---|
| Classes in org.codehaus.groovy.grails.web.converters.marshaller that implement ObjectMarshaller | |
|---|---|
class |
ClosureOjectMarshaller<T extends Converter>
ObjectMarshaller that delegates the conversion logic to the supplied closure |
class |
ProxyUnwrappingMarshaller<C extends Converter>
Unwraps Hibernate proxies with no direct references to the Hibernate APIs |
| Uses of ObjectMarshaller in org.codehaus.groovy.grails.web.converters.marshaller.json |
|---|
| Classes in org.codehaus.groovy.grails.web.converters.marshaller.json that implement ObjectMarshaller | |
|---|---|
class |
ArrayMarshaller
|
class |
ByteArrayMarshaller
|
class |
CollectionMarshaller
|
class |
DateMarshaller
JSON ObjectMarshaller which converts a Date Object, conforming to the ECMA-Script-Specification Draft, to a String value |
class |
DeepDomainClassMarshaller
|
class |
DomainClassMarshaller
|
class |
EnumMarshaller
|
class |
GenericJavaBeanMarshaller
|
class |
GroovyBeanMarshaller
|
class |
InstanceMethodBasedMarshaller
|
class |
JavascriptDateMarshaller
|
class |
MapMarshaller
|
class |
ToStringBeanMarshaller
|
class |
ValidationErrorsMarshaller
|
| Uses of ObjectMarshaller in org.codehaus.groovy.grails.web.converters.marshaller.xml |
|---|
| Classes in org.codehaus.groovy.grails.web.converters.marshaller.xml that implement ObjectMarshaller | |
|---|---|
class |
Base64ByteArrayMarshaller
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||