Uses of Class
org.codehaus.jackson.map.ser.AnyGetterWriter

Packages that use AnyGetterWriter
org.codehaus.jackson.map.ser Contains implementation classes of serialization part of data binding. 
 

Uses of AnyGetterWriter in org.codehaus.jackson.map.ser
 

Fields in org.codehaus.jackson.map.ser declared as AnyGetterWriter
protected  AnyGetterWriter BeanSerializerBuilder._anyGetter
          Writer used for "any getter" properties, if any.
protected  AnyGetterWriter BeanSerializer._anyGetterWriter
          Handler for JsonAnyGetter annotated properties
 

Methods in org.codehaus.jackson.map.ser with parameters of type AnyGetterWriter
 void BeanSerializerBuilder.setAnyGetter(AnyGetterWriter anyGetter)
           
 

Constructors in org.codehaus.jackson.map.ser with parameters of type AnyGetterWriter
BeanSerializer(Class<?> rawType, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, Object filterId)
           
BeanSerializer(JavaType type, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, Object filterId)