Uses of Class
com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Packages that use MapSerializer Package Description com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding.com.fasterxml.jackson.databind.ser.std -
-
Uses of MapSerializer in com.fasterxml.jackson.databind.ser
Fields in com.fasterxml.jackson.databind.ser declared as MapSerializer Modifier and Type Field Description protected MapSerializerAnyGetterWriter. _mapSerializerMethods in com.fasterxml.jackson.databind.ser that return MapSerializer Modifier and Type Method Description protected MapSerializerBasicSerializerFactory. _checkMapContentInclusion(SerializerProvider prov, BeanDescription beanDesc, MapSerializer mapSer)Helper method that does figures out content inclusion value to use, if any, and construct re-configuredMapSerializerappropriately.Methods in com.fasterxml.jackson.databind.ser with parameters of type MapSerializer Modifier and Type Method Description protected MapSerializerBasicSerializerFactory. _checkMapContentInclusion(SerializerProvider prov, BeanDescription beanDesc, MapSerializer mapSer)Helper method that does figures out content inclusion value to use, if any, and construct re-configuredMapSerializerappropriately. -
Uses of MapSerializer in com.fasterxml.jackson.databind.ser.std
Methods in com.fasterxml.jackson.databind.ser.std that return MapSerializer Modifier and Type Method Description MapSerializerMapSerializer. _withValueTypeSerializer(TypeSerializer vts)static MapSerializerMapSerializer. construct(String[] ignoredList, JavaType mapType, boolean staticValueType, TypeSerializer vts, JsonSerializer<Object> keySerializer, JsonSerializer<Object> valueSerializer, Object filterId)Deprecated.Since 2.8 use the other overloadstatic MapSerializerMapSerializer. construct(Set<String> ignoredEntries, JavaType mapType, boolean staticValueType, TypeSerializer vts, JsonSerializer<Object> keySerializer, JsonSerializer<Object> valueSerializer, Object filterId)MapSerializerMapSerializer. withContentInclusion(Object suppressableValue)Deprecated.since 2.9MapSerializerMapSerializer. withContentInclusion(Object suppressableValue, boolean suppressNulls)Mutant factory for constructing an instance with different inclusion strategy for content (Map values).MapSerializerMapSerializer. withFilterId(Object filterId)MapSerializerMapSerializer. withResolved(BeanProperty property, JsonSerializer<?> keySerializer, JsonSerializer<?> valueSerializer, Set<String> ignored, boolean sortKeys)Constructors in com.fasterxml.jackson.databind.ser.std with parameters of type MapSerializer Constructor Description MapSerializer(MapSerializer src, BeanProperty property, JsonSerializer<?> keySerializer, JsonSerializer<?> valueSerializer, Set<String> ignoredEntries)MapSerializer(MapSerializer src, TypeSerializer vts, Object suppressableValue)Deprecated.// since 2.9MapSerializer(MapSerializer src, TypeSerializer vts, Object suppressableValue, boolean suppressNulls)MapSerializer(MapSerializer src, Object filterId, boolean sortKeys)
-