A JSON renderer that allows including / excluding properties
Type | Name and description |
---|---|
private java.util.List |
excludes The properties to be excluded |
private GrailsApplication |
grailsApplication |
private java.util.List |
includes The properties to be included |
private ProxyHandler |
proxyHandler |
Constructor and description |
---|
JsonRenderer
(java.lang.Class targetType) |
JsonRenderer
(java.lang.Class targetType, MimeType[] mimeTypes) |
JsonRenderer
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
registerCustomConverter() |
|
protected void |
registerCustomMarshaller(ObjectMarshaller marshaller) |
|
protected void |
renderJson(JSON converter, RenderContext context) |
Methods inherited from class | Name |
---|---|
class DefaultJsonRenderer |
render, renderJson, renderJson |
The properties to be excluded
The properties to be included