com.basho.riak.client.convert
Class RiakBeanSerializerModifier

java.lang.Object
  extended by org.codehaus.jackson.map.ser.BeanSerializerModifier
      extended by com.basho.riak.client.convert.RiakBeanSerializerModifier

public class RiakBeanSerializerModifier
extends org.codehaus.jackson.map.ser.BeanSerializerModifier

BeanSerializerModifier that drops RiakKey and RiakUsermeta annotated fields from the the set of fields that Jackson will serialize

Author:
russell

Method Summary
 List<org.codehaus.jackson.map.ser.BeanPropertyWriter> changeProperties(org.codehaus.jackson.map.SerializationConfig config, org.codehaus.jackson.map.introspect.BasicBeanDescription beanDesc, List<org.codehaus.jackson.map.ser.BeanPropertyWriter> beanProperties)
           
static RiakBeanSerializerModifier getInstance()
           
 
Methods inherited from class org.codehaus.jackson.map.ser.BeanSerializerModifier
modifySerializer, orderProperties, updateBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static RiakBeanSerializerModifier getInstance()

changeProperties

public List<org.codehaus.jackson.map.ser.BeanPropertyWriter> changeProperties(org.codehaus.jackson.map.SerializationConfig config,
                                                                              org.codehaus.jackson.map.introspect.BasicBeanDescription beanDesc,
                                                                              List<org.codehaus.jackson.map.ser.BeanPropertyWriter> beanProperties)
Overrides:
changeProperties in class org.codehaus.jackson.map.ser.BeanSerializerModifier


Copyright © 2012. All Rights Reserved.