org.codehaus.jackson.map.ser
Class FilteredBeanPropertyWriter
java.lang.Object
org.codehaus.jackson.map.ser.FilteredBeanPropertyWriter
public abstract class FilteredBeanPropertyWriter
- extends Object
Decorated BeanPropertyWriter
that will filter out
properties that are not to be included in currently active
JsonView.
- Since:
- 1.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilteredBeanPropertyWriter
public FilteredBeanPropertyWriter()
constructViewBased
public static BeanPropertyWriter constructViewBased(BeanPropertyWriter base,
Class<?>[] viewsToIncludeIn)
_assignableFrom
protected static boolean _assignableFrom(Class<?> activeView)