public static class SimpleBeanPropertyFilter.FilterExceptFilter extends SimpleBeanPropertyFilter implements Serializable
SimpleBeanPropertyFilter.FilterExceptFilter, SimpleBeanPropertyFilter.SerializeExceptFilter
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
_propertiesToInclude
Set of property names to serialize.
|
Constructor and Description |
---|
SimpleBeanPropertyFilter.FilterExceptFilter(Set<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
protected boolean include(BeanPropertyWriter writer)
SimpleBeanPropertyFilter
include
in class SimpleBeanPropertyFilter
protected boolean include(PropertyWriter writer)
SimpleBeanPropertyFilter
include
in class SimpleBeanPropertyFilter
Copyright © 2008–2016 FasterXML. All rights reserved.