public abstract class IncludeExcludePropertyMarshaller<T extends Converter> extends java.lang.Object implements ObjectMarshaller<T>
| Constructor and Description |
|---|
IncludeExcludePropertyMarshaller() |
| Modifier and Type | Method 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshalObject, supportsprotected boolean shouldInclude(java.lang.Object object,
java.lang.String propertyName)
protected boolean excludesProperty(java.lang.Object object,
java.lang.String property)
object - The objectproperty - The propertyprotected boolean includesProperty(java.lang.Object object,
java.lang.String property)
object - The objectproperty - The property