Uses of Class
com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
Packages that use MapEntrySerializer
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of MapEntrySerializer in com.fasterxml.jackson.databind.ser.impl
Methods in com.fasterxml.jackson.databind.ser.impl that return MapEntrySerializerModifier and TypeMethodDescriptionMapEntrySerializer.withContentInclusion(Object suppressableValue, boolean suppressNulls) MapEntrySerializer.withResolved(BeanProperty property, JsonSerializer<?> keySerializer, JsonSerializer<?> valueSerializer, Object suppressableValue, boolean suppressNulls) Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type MapEntrySerializerModifierConstructorDescriptionprotectedMapEntrySerializer(MapEntrySerializer src, BeanProperty property, TypeSerializer vts, JsonSerializer<?> keySer, JsonSerializer<?> valueSer) Deprecated.protectedMapEntrySerializer(MapEntrySerializer src, BeanProperty property, TypeSerializer vts, JsonSerializer<?> keySer, JsonSerializer<?> valueSer, Object suppressableValue, boolean suppressNulls)