Package org.codehaus.jackson.map.ser
Class FilteredBeanPropertyWriter
java.lang.Object
org.codehaus.jackson.map.ser.FilteredBeanPropertyWriter
Decorated
BeanPropertyWriter
that will filter out
properties that are not to be included in currently active
JsonView.- Since:
- 1.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BeanPropertyWriter
constructViewBased
(BeanPropertyWriter base, Class<?>[] viewsToIncludeIn)
-
Constructor Details
-
FilteredBeanPropertyWriter
public FilteredBeanPropertyWriter()
-
-
Method Details
-
constructViewBased
public static BeanPropertyWriter constructViewBased(BeanPropertyWriter base, Class<?>[] viewsToIncludeIn)
-