Note that this is the replacement for BeanPropertyFilter
, which is replaced because it was too closely bound to Bean properties and would not work with {@link java.util.Map}s or "any getters".
Note that since this is an interface, it is strongly recommended that custom implementations extend {@link com.facebook.presto.jdbc.internal.jackson.databind.ser.impl.SimpleBeanPropertyFilter}, to avoid backwards compatibility issues in case interface needs to change. @since 2.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|