Object marshaller for domain classes to XML
| Modifiers | Name | Description |
|---|---|---|
protected grails.core.GrailsApplication |
application |
|
protected boolean |
includeVersion |
|
protected grails.core.support.proxy.ProxyHandler |
proxyHandler |
| Constructor and description |
|---|
DomainClassMarshaller
(grails.core.GrailsApplication application) |
DomainClassMarshaller
(boolean includeVersion, grails.core.GrailsApplication application) |
DomainClassMarshaller
(boolean includeVersion, grails.core.support.proxy.ProxyHandler proxyHandler, grails.core.GrailsApplication application) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
asShortObject(java.lang.Object refObj, XML xml, grails.core.GrailsDomainClassProperty idProperty, grails.core.GrailsDomainClass referencedDomainClass) |
|
protected boolean |
isRenderDomainClassRelations() |
|
void |
marshalObject(java.lang.Object value, XML xml) |
|
protected boolean |
shouldInitializeProxies() |
|
boolean |
supports(java.lang.Object object) |
| Methods inherited from class | Name |
|---|---|
class IncludeExcludePropertyMarshaller |
excludesProperty, includesProperty, shouldInclude |