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 | 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
Groovy Documentation