Uses of Class
org.codehaus.jackson.map.ser.AnyGetterWriter
Packages that use AnyGetterWriter
Package
Description
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 AnyGetterWriterModifier and TypeFieldDescriptionprotected AnyGetterWriter
BeanSerializerBuilder._anyGetter
Writer used for "any getter" properties, if any.Methods in org.codehaus.jackson.map.ser with parameters of type AnyGetterWriterModifier and TypeMethodDescriptionvoid
BeanSerializerBuilder.setAnyGetter
(AnyGetterWriter anyGetter) Constructors in org.codehaus.jackson.map.ser with parameters of type AnyGetterWriterModifierConstructorDescriptionBeanSerializer
(Class<?> rawType, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, Object filterId) BeanSerializer
(JavaType type, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, Object filterId) -
Uses of AnyGetterWriter in org.codehaus.jackson.map.ser.std
Fields in org.codehaus.jackson.map.ser.std declared as AnyGetterWriterModifier and TypeFieldDescriptionprotected final AnyGetterWriter
BeanSerializerBase._anyGetterWriter
Handler forJsonAnyGetter
annotated propertiesConstructors in org.codehaus.jackson.map.ser.std with parameters of type AnyGetterWriterModifierConstructorDescriptionBeanSerializerBase
(Class<?> rawType, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, Object filterId) protected
BeanSerializerBase
(JavaType type, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, Object filterId)