@groovy.transform.CompileStatic class XmlRenderer<T> extends DefaultXmlRenderer<T>
An XML renderer that allows including / excluding properties
Modifiers | Name | Description |
---|---|---|
class |
XmlRenderer.1 |
|
class |
XmlRenderer.2 |
Type | Name and description |
---|---|
java.util.List<java.lang.String> |
excludes The properties to be excluded |
GrailsApplication |
grailsApplication |
java.util.List<java.lang.String> |
includes The properties to be included |
ProxyHandler |
proxyHandler |
Constructor and description |
---|
XmlRenderer
(java.lang.Class<T> targetType) |
XmlRenderer
(java.lang.Class<T> targetType, MimeType[] mimeTypes) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
registerCustomConverter() |
|
protected void |
registerCustomMarshaller(org.grails.web.converters.marshaller.ObjectMarshaller marshaller) |
|
protected void |
renderXml(grails.converters.XML converter, org.radeox.api.engine.context.RenderContext context) |
The properties to be excluded
The properties to be included
Groovy Documentation