org.codehaus.jackson.map.ser
Class FilteredBeanPropertyWriter

java.lang.Object
  extended by 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

Constructor Summary
FilteredBeanPropertyWriter()
           
 
Method Summary
protected static boolean _assignableFrom(Class<?> activeView)
           
static BeanPropertyWriter constructViewBased(BeanPropertyWriter base, Class<?>[] viewsToIncludeIn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteredBeanPropertyWriter

public FilteredBeanPropertyWriter()
Method Detail

constructViewBased

public static BeanPropertyWriter constructViewBased(BeanPropertyWriter base,
                                                    Class<?>[] viewsToIncludeIn)

_assignableFrom

protected static boolean _assignableFrom(Class<?> activeView)