| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.ser.impl | Contains implementation classes of serialization part of 
 data binding. | 
| Modifier and Type | Method and Description | 
|---|---|
| MapEntrySerializer | MapEntrySerializer. withContentInclusion(Object suppressableValue,
                    boolean suppressNulls) | 
| MapEntrySerializer | MapEntrySerializer. withResolved(BeanProperty property,
            JsonSerializer<?> keySerializer,
            JsonSerializer<?> valueSerializer,
            Object suppressableValue,
            boolean suppressNulls) | 
| Constructor and Description | 
|---|
| MapEntrySerializer(MapEntrySerializer src,
                  BeanProperty property,
                  TypeSerializer vts,
                  JsonSerializer<?> keySer,
                  JsonSerializer<?> valueSer)Deprecated.  | 
| MapEntrySerializer(MapEntrySerializer src,
                  BeanProperty property,
                  TypeSerializer vts,
                  JsonSerializer<?> keySer,
                  JsonSerializer<?> valueSer,
                  Object suppressableValue,
                  boolean suppressNulls) | 
Copyright © 2008–2020 FasterXML. All rights reserved.