public abstract class FilteredBeanPropertyWriter
extends java.lang.Object
BeanPropertyWriter that will filter out properties
that are not to be included in currently active JsonView.| Constructor and Description |
|---|
FilteredBeanPropertyWriter() |
| Modifier and Type | Method and Description |
|---|---|
static BeanPropertyWriter |
constructViewBased(BeanPropertyWriter base,
java.lang.Class<?>[] viewsToIncludeIn) |
public static BeanPropertyWriter constructViewBased(BeanPropertyWriter base, java.lang.Class<?>[] viewsToIncludeIn)