Uses of Class
com.fasterxml.jackson.databind.ser.std.MapSerializer
Packages that use MapSerializer
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of MapSerializer in com.fasterxml.jackson.databind.ser
Fields in com.fasterxml.jackson.databind.ser declared as MapSerializerMethods in com.fasterxml.jackson.databind.ser that return MapSerializerModifier and TypeMethodDescriptionprotected MapSerializer
BasicSerializerFactory._checkMapContentInclusion
(SerializerProvider prov, BeanDescription beanDesc, MapSerializer mapSer) Helper method that does figures out content inclusion value to use, if any, and construct re-configuredMapSerializer
appropriately.Methods in com.fasterxml.jackson.databind.ser with parameters of type MapSerializerModifier and TypeMethodDescriptionprotected MapSerializer
BasicSerializerFactory._checkMapContentInclusion
(SerializerProvider prov, BeanDescription beanDesc, MapSerializer mapSer) Helper method that does figures out content inclusion value to use, if any, and construct re-configuredMapSerializer
appropriately. -
Uses of MapSerializer in com.fasterxml.jackson.databind.ser.std
Methods in com.fasterxml.jackson.databind.ser.std that return MapSerializerModifier and TypeMethodDescriptionMapSerializer._withValueTypeSerializer
(TypeSerializer vts) static MapSerializer
MapSerializer.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 MapSerializer
MapSerializer.construct
(Set<String> ignoredEntries, JavaType mapType, boolean staticValueType, TypeSerializer vts, JsonSerializer<Object> keySerializer, JsonSerializer<Object> valueSerializer, Object filterId) static MapSerializer
MapSerializer.construct
(Set<String> ignoredEntries, Set<String> includedEntries, JavaType mapType, boolean staticValueType, TypeSerializer vts, JsonSerializer<Object> keySerializer, JsonSerializer<Object> valueSerializer, Object filterId) MapSerializer.withContentInclusion
(Object suppressableValue) Deprecated.since 2.9MapSerializer.withContentInclusion
(Object suppressableValue, boolean suppressNulls) Mutant factory for constructing an instance with different inclusion strategy for content (Map values).MapSerializer.withFilterId
(Object filterId) MapSerializer.withResolved
(BeanProperty property, JsonSerializer<?> keySerializer, JsonSerializer<?> valueSerializer, Set<String> ignored, boolean sortKeys) MapSerializer.withResolved
(BeanProperty property, JsonSerializer<?> keySerializer, JsonSerializer<?> valueSerializer, Set<String> ignored, Set<String> included, boolean sortKeys) Constructors in com.fasterxml.jackson.databind.ser.std with parameters of type MapSerializerModifierConstructorDescriptionprotected
MapSerializer
(MapSerializer src, BeanProperty property, JsonSerializer<?> keySerializer, JsonSerializer<?> valueSerializer, Set<String> ignoredEntries) Deprecated.in 2.12, remove from 3.0protected
MapSerializer
(MapSerializer src, BeanProperty property, JsonSerializer<?> keySerializer, JsonSerializer<?> valueSerializer, Set<String> ignoredEntries, Set<String> includedEntries) protected
MapSerializer
(MapSerializer src, TypeSerializer vts, Object suppressableValue) Deprecated.// since 2.9protected
MapSerializer
(MapSerializer src, TypeSerializer vts, Object suppressableValue, boolean suppressNulls) protected
MapSerializer
(MapSerializer src, Object filterId, boolean sortKeys)