A JSON renderer that allows including / excluding properties
| Type | Name and description | 
|---|---|
| java.util.List<java.lang.String> | excludesThe properties to be excluded | 
| GrailsApplication | grailsApplication | 
| java.util.List<java.lang.String> | includesThe properties to be included | 
| ProxyHandler | proxyHandler | 
| Constructor and description | 
|---|
| JsonRenderer
                                (java.lang.Class<T> targetType) | 
| JsonRenderer
                                (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 | renderJson(grails.converters.JSON converter, RenderContext context) | 
| Methods inherited from class | Name | 
|---|---|
| class DefaultJsonRenderer | render, renderJson, renderJson | 
The properties to be excluded
The properties to be included