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