BeanPropertyFilter, PropertyFilter, Serializablepublic static class SimpleBeanPropertyFilter.SerializeExceptFilter extends SimpleBeanPropertyFilter implements Serializable
SimpleBeanPropertyFilter.FilterExceptFilter, SimpleBeanPropertyFilter.SerializeExceptFilter| Modifier and Type | Field | Description |
|---|---|---|
protected Set<String> |
_propertiesToExclude |
Set of property names to filter out.
|
| Constructor | Description |
|---|---|
SerializeExceptFilter(Set<String> properties) |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
include(BeanPropertyWriter writer) |
Method called to determine whether property will be included
(if 'true' returned) or filtered out (if 'false' returned)
|
protected boolean |
include(PropertyWriter writer) |
Method called to determine whether property will be included
(if 'true' returned) or filtered out (if 'false' returned)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdepositSchemaProperty, depositSchemaProperty, depositSchemaProperty, depositSchemaProperty, filterOutAllExcept, filterOutAllExcept, from, includeElement, serializeAll, serializeAll, serializeAllExcept, serializeAllExcept, serializeAsElement, serializeAsField, serializeAsFieldprotected boolean include(BeanPropertyWriter writer)
SimpleBeanPropertyFilterinclude in class SimpleBeanPropertyFilterprotected boolean include(PropertyWriter writer)
SimpleBeanPropertyFilterinclude in class SimpleBeanPropertyFilterCopyright © 2008–2018. All rights reserved.