Uses of Class
tools.jackson.databind.ser.jdk.MapSerializer
Packages that use MapSerializer
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of MapSerializer in tools.jackson.databind.ser
Fields in tools.jackson.databind.ser declared as MapSerializerMethods in tools.jackson.databind.ser that return MapSerializerModifier and TypeMethodDescriptionprotected MapSerializerBasicSerializerFactory._checkMapContentInclusion(SerializationContext ctxt, BeanDescription.Supplier beanDescRef, MapSerializer mapSer) Helper method that does figures out content inclusion value to use, if any, and construct re-configuredMapSerializerappropriately.Methods in tools.jackson.databind.ser with parameters of type MapSerializerModifier and TypeMethodDescriptionprotected MapSerializerBasicSerializerFactory._checkMapContentInclusion(SerializationContext ctxt, BeanDescription.Supplier beanDescRef, MapSerializer mapSer) Helper method that does figures out content inclusion value to use, if any, and construct re-configuredMapSerializerappropriately. -
Uses of MapSerializer in tools.jackson.databind.ser.jdk
Methods in tools.jackson.databind.ser.jdk that return MapSerializerModifier and TypeMethodDescriptionprotected MapSerializerMapSerializer._withValueTypeSerializer(TypeSerializer vts) static MapSerializerMapSerializer.construct(JavaType mapType, boolean staticValueType, TypeSerializer vts, ValueSerializer<Object> keySerializer, ValueSerializer<Object> valueSerializer, Object filterId, Set<String> ignoredEntries, Set<String> includedEntries) MapSerializer.withContentInclusion(Object suppressableValue, boolean suppressNulls) Mutant factory for constructing an instance with different inclusion strategy for content (Map values).MapSerializer.withFilterId(Object filterId) protected MapSerializerMapSerializer.withResolved(BeanProperty property, ValueSerializer<?> keySerializer, ValueSerializer<?> valueSerializer, Set<String> ignored, Set<String> included, boolean sortKeys) Constructors in tools.jackson.databind.ser.jdk with parameters of type MapSerializerModifierConstructorDescriptionprotectedMapSerializer(MapSerializer src, Object filterId, boolean sortKeys) protectedMapSerializer(MapSerializer src, BeanProperty property, ValueSerializer<?> keySerializer, ValueSerializer<?> valueSerializer, Set<String> ignoredEntries, Set<String> includedEntries) protectedMapSerializer(MapSerializer src, TypeSerializer vts, Object suppressableValue, boolean suppressNulls)