Abstract class for implementing renderers that include/exclude certain properties
Type | Name and description |
---|---|
private java.util.List |
excludes |
private IncludeExcludeSupport |
includeExcludeSupport |
private java.util.List |
includes |
Constructor and description |
---|
AbstractIncludeExcludeRenderer
(java.lang.Class targetType, MimeType mimeType) |
AbstractIncludeExcludeRenderer
(java.lang.Class targetType, MimeType[] mimeTypes) |
AbstractIncludeExcludeRenderer
() |
Type Params | Return 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) |