public static class SimpleBeanPropertyFilter.SerializeExceptFilter extends SimpleBeanPropertyFilter implements java.io.Serializable
SimpleBeanPropertyFilter.FilterExceptFilter, SimpleBeanPropertyFilter.SerializeExceptFilter
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<java.lang.String> |
_propertiesToExclude
Set of property names to filter out.
|
(package private) static SimpleBeanPropertyFilter.SerializeExceptFilter |
INCLUDE_ALL |
private static long |
serialVersionUID |
Constructor and Description |
---|
SerializeExceptFilter() |
SerializeExceptFilter(java.util.Set<java.lang.String> properties) |
Modifier and Type | Method and 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)
|
depositSchemaProperty, depositSchemaProperty, depositSchemaProperty, depositSchemaProperty, filterOutAllExcept, filterOutAllExcept, from, includeElement, serializeAll, serializeAll, serializeAllExcept, serializeAllExcept, serializeAsElement, serializeAsField, serializeAsField
private static final long serialVersionUID
static final SimpleBeanPropertyFilter.SerializeExceptFilter INCLUDE_ALL
protected final java.util.Set<java.lang.String> _propertiesToExclude
SerializeExceptFilter()
public SerializeExceptFilter(java.util.Set<java.lang.String> properties)
protected boolean include(BeanPropertyWriter writer)
SimpleBeanPropertyFilter
include
in class SimpleBeanPropertyFilter
protected boolean include(PropertyWriter writer)
SimpleBeanPropertyFilter
include
in class SimpleBeanPropertyFilter