public abstract class IncludeExcludePropertyMarshaller extends java.lang.Object
A marshaller capable of including or excluding properties
Type Params | Return Type | Name and description |
---|---|---|
|
protected boolean |
excludesProperty(java.lang.Object object, java.lang.String property) Override for custom exclude logic |
|
protected boolean |
includesProperty(java.lang.Object object, java.lang.String property) Override for custom include logic |
|
protected boolean |
shouldInclude(java.lang.Object object, java.lang.String propertyName) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Override for custom exclude logic
object
- The objectproperty
- The propertyOverride for custom include logic
object
- The objectproperty
- The property