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 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 MapSerializerModifier and TypeMethodDescriptionprotected 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 MapSerializerModifier and TypeMethodDescriptionMapSerializer._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) static MapSerializerMapSerializer.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 MapSerializerModifierConstructorDescriptionprotectedMapSerializer(MapSerializer src, BeanProperty property, JsonSerializer<?> keySerializer, JsonSerializer<?> valueSerializer, Set<String> ignoredEntries) Deprecated.in 2.12, remove from 3.0protectedMapSerializer(MapSerializer src, BeanProperty property, JsonSerializer<?> keySerializer, JsonSerializer<?> valueSerializer, Set<String> ignoredEntries, Set<String> includedEntries) protectedMapSerializer(MapSerializer src, TypeSerializer vts, Object suppressableValue) Deprecated.// since 2.9protectedMapSerializer(MapSerializer src, TypeSerializer vts, Object suppressableValue, boolean suppressNulls) protectedMapSerializer(MapSerializer src, Object filterId, boolean sortKeys)