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 AnyGetterWriterBeanSerializerBuilder._anyGetterWriter used for "any getter" properties, if any.Methods in org.codehaus.jackson.map.ser with parameters of type AnyGetterWriterModifier and TypeMethodDescriptionvoidBeanSerializerBuilder.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 AnyGetterWriterBeanSerializerBase._anyGetterWriterHandler forJsonAnyGetterannotated propertiesConstructors in org.codehaus.jackson.map.ser.std with parameters of type AnyGetterWriterModifierConstructorDescriptionBeanSerializerBase(Class<?> rawType, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, Object filterId) protectedBeanSerializerBase(JavaType type, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, Object filterId)