Abstract class for implementing renderers that include/exclude certain properties
Constructor and description |
---|
AbstractIncludeExcludeRenderer
(java.lang.Class<T> targetType, MimeType mimeType) |
AbstractIncludeExcludeRenderer
(java.lang.Class<T> targetType, MimeType[] mimeTypes) |
Type | Name and description |
---|---|
boolean |
excludesProperty(java.lang.Object object, java.lang.String property) |
boolean |
includesProperty(java.lang.Object object, java.lang.String property) |
boolean |
shouldIncludeProperty(RenderContext renderContext, java.lang.Object object, java.lang.String property) |
Groovy Documentation