Uses of Class
com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap
-
Packages that use PropertySerializerMap Package Description com.fasterxml.jackson.databind Basic data binding (mapping) functionality that allows for reading JSON content into Java Objects (POJOs) and JSON Trees (JsonNode), as well as writing Java Objects and trees as JSON.com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding.com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding.com.fasterxml.jackson.databind.ser.std -
-
Uses of PropertySerializerMap in com.fasterxml.jackson.databind
Fields in com.fasterxml.jackson.databind declared as PropertySerializerMap Modifier and Type Field Description protected PropertySerializerMapSequenceWriter. _dynamicSerializersIfSequenceWriter._rootSerializeris not defined (no root type was used for constructingObjectWriter), we will use simple scheme for keeping track of serializers needed. -
Uses of PropertySerializerMap in com.fasterxml.jackson.databind.ser
Fields in com.fasterxml.jackson.databind.ser declared as PropertySerializerMap Modifier and Type Field Description protected PropertySerializerMapBeanPropertyWriter. _dynamicSerializersIn case serializer is not known statically (i.e.Methods in com.fasterxml.jackson.databind.ser with parameters of type PropertySerializerMap Modifier and Type Method Description protected JsonSerializer<Object>BeanPropertyWriter. _findAndAddDynamic(PropertySerializerMap map, Class<?> type, SerializerProvider provider) -
Uses of PropertySerializerMap in com.fasterxml.jackson.databind.ser.impl
Fields in com.fasterxml.jackson.databind.ser.impl declared as PropertySerializerMap Modifier and Type Field Description protected PropertySerializerMapMapEntrySerializer. _dynamicValueSerializersIf value type cannot be statically determined, mapping from runtime value types to serializers are stored in this object.PropertySerializerMapPropertySerializerMap.SerializerAndMapResult. mapMethods in com.fasterxml.jackson.databind.ser.impl that return PropertySerializerMap Modifier and Type Method Description static PropertySerializerMapPropertySerializerMap. emptyForProperties()static PropertySerializerMapPropertySerializerMap. emptyForRootValues()static PropertySerializerMapPropertySerializerMap. emptyMap()Deprecated.Since 2.5 UseemptyForProperties()insteadabstract PropertySerializerMapPropertySerializerMap. newWith(Class<?> type, JsonSerializer<Object> serializer)Methods in com.fasterxml.jackson.databind.ser.impl with parameters of type PropertySerializerMap Modifier and Type Method Description protected JsonSerializer<Object>MapEntrySerializer. _findAndAddDynamic(PropertySerializerMap map, JavaType type, SerializerProvider provider)protected JsonSerializer<Object>MapEntrySerializer. _findAndAddDynamic(PropertySerializerMap map, Class<?> type, SerializerProvider provider)protected JsonSerializer<Object>UnwrappingBeanPropertyWriter. _findAndAddDynamic(PropertySerializerMap map, Class<?> type, SerializerProvider provider)Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type PropertySerializerMap Constructor Description PropertySerializerMap(PropertySerializerMap base)SerializerAndMapResult(JsonSerializer<Object> serializer, PropertySerializerMap map) -
Uses of PropertySerializerMap in com.fasterxml.jackson.databind.ser.std
Fields in com.fasterxml.jackson.databind.ser.std declared as PropertySerializerMap Modifier and Type Field Description protected PropertySerializerMapAsArraySerializerBase. _dynamicSerializersIf element type cannot be statically determined, mapping from runtime type to serializer is handled using this objectprotected PropertySerializerMapObjectArraySerializer. _dynamicSerializersIf element type cannot be statically determined, mapping from runtime type to serializer is handled using this objectprotected PropertySerializerMapReferenceTypeSerializer. _dynamicSerializersIf element type cannot be statically determined, mapping from runtime type to serializer is handled using this objectprotected PropertySerializerMapStdKeySerializers.Dynamic. _dynamicSerializersprotected PropertySerializerMapMapSerializer. _dynamicValueSerializersIf value type cannot be statically determined, mapping from runtime value types to serializers are stored in this object.
-