public abstract class FilteredBeanPropertyWriter
extends java.lang.Object
BeanPropertyWriter
that will filter out properties
that are not to be included in currently active JsonView.Modifier and Type | Class and Description |
---|---|
private static class |
FilteredBeanPropertyWriter.MultiView |
private static class |
FilteredBeanPropertyWriter.SingleView |
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)