public static class SimpleBeanPropertyFilter.FilterExceptFilter extends SimpleBeanPropertyFilter implements java.io.Serializable
SimpleBeanPropertyFilter.FilterExceptFilter, SimpleBeanPropertyFilter.SerializeExceptFilter
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<java.lang.String> |
_propertiesToInclude
Set of property names to serialize.
|
Constructor and Description |
---|
SimpleBeanPropertyFilter.FilterExceptFilter(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)
|
depositSchemaProperty, depositSchemaProperty, filterOutAllExcept, filterOutAllExcept, serializeAllExcept, serializeAllExcept, serializeAsField
protected final java.util.Set<java.lang.String> _propertiesToInclude
public SimpleBeanPropertyFilter.FilterExceptFilter(java.util.Set<java.lang.String> properties)
protected boolean include(BeanPropertyWriter writer)
SimpleBeanPropertyFilter
include
in class SimpleBeanPropertyFilter
Copyright © 2013. All Rights Reserved.