Class SimpleBeanPropertyFilter.SerializeExceptFilter

java.lang.Object
tools.jackson.databind.ser.std.SimpleBeanPropertyFilter
tools.jackson.databind.ser.std.SimpleBeanPropertyFilter.SerializeExceptFilter
All Implemented Interfaces:
Serializable, tools.jackson.core.util.Snapshottable<PropertyFilter>, PropertyFilter
Enclosing class:
SimpleBeanPropertyFilter

public static class SimpleBeanPropertyFilter.SerializeExceptFilter extends SimpleBeanPropertyFilter implements Serializable
Filter implementation which defaults to serializing all properties, except for ones explicitly listed to be filtered out.
See Also: