Uses of Class
org.codehaus.jackson.map.ser.AnyGetterWriter
-
Packages that use AnyGetterWriter Package Description org.codehaus.jackson.map.ser Contains implementation classes of serialization part of data binding.org.codehaus.jackson.map.ser.std -
-
Uses of AnyGetterWriter in org.codehaus.jackson.map.ser
Fields in org.codehaus.jackson.map.ser declared as AnyGetterWriter Modifier and Type Field Description protected AnyGetterWriter
BeanSerializerBuilder. _anyGetter
Writer used for "any getter" properties, if any.Methods in org.codehaus.jackson.map.ser with parameters of type AnyGetterWriter Modifier and Type Method Description void
BeanSerializerBuilder. setAnyGetter(AnyGetterWriter anyGetter)
Constructors in org.codehaus.jackson.map.ser with parameters of type AnyGetterWriter Constructor Description BeanSerializer(java.lang.Class<?> rawType, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, java.lang.Object filterId)
BeanSerializer(JavaType type, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, java.lang.Object filterId)
-
Uses of AnyGetterWriter in org.codehaus.jackson.map.ser.std
Fields in org.codehaus.jackson.map.ser.std declared as AnyGetterWriter Modifier and Type Field Description protected AnyGetterWriter
BeanSerializerBase. _anyGetterWriter
Handler forJsonAnyGetter
annotated propertiesConstructors in org.codehaus.jackson.map.ser.std with parameters of type AnyGetterWriter Constructor Description BeanSerializerBase(java.lang.Class<?> rawType, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, java.lang.Object filterId)
BeanSerializerBase(JavaType type, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties, AnyGetterWriter anyGetterWriter, java.lang.Object filterId)
-