Package | Description |
---|---|
com.fasterxml.jackson.databind.ser |
Contains implementation classes of serialization part of
data binding.
|
com.fasterxml.jackson.databind.ser.std |
Modifier and Type | Field and Description |
---|---|
protected MapSerializer |
AnyGetterWriter._mapSerializer |
Modifier and Type | Method and Description |
---|---|
protected 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-configured
MapSerializer appropriately. |
Modifier and Type | Method and Description |
---|---|
protected 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-configured
MapSerializer appropriately. |
Modifier and Type | Method and Description |
---|---|
MapSerializer |
MapSerializer._withValueTypeSerializer(TypeSerializer vts) |
static 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) |
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 overload
|
MapSerializer |
MapSerializer.withContentInclusion(Object suppressableValue)
Deprecated.
since 2.9
|
MapSerializer |
MapSerializer.withContentInclusion(Object suppressableValue,
boolean suppressNulls)
Mutant factory for constructing an instance with different inclusion strategy
for content (Map values).
|
MapSerializer |
MapSerializer.withFilterId(Object filterId) |
MapSerializer |
MapSerializer.withResolved(BeanProperty property,
JsonSerializer<?> keySerializer,
JsonSerializer<?> valueSerializer,
Set<String> ignored,
boolean sortKeys) |
MapSerializer |
MapSerializer.withResolved(BeanProperty property,
JsonSerializer<?> keySerializer,
JsonSerializer<?> valueSerializer,
Set<String> ignored,
Set<String> included,
boolean sortKeys) |
Constructor and Description |
---|
MapSerializer(MapSerializer src,
BeanProperty property,
JsonSerializer<?> keySerializer,
JsonSerializer<?> valueSerializer,
Set<String> ignoredEntries)
Deprecated.
in 2.12, remove from 3.0
|
MapSerializer(MapSerializer src,
BeanProperty property,
JsonSerializer<?> keySerializer,
JsonSerializer<?> valueSerializer,
Set<String> ignoredEntries,
Set<String> includedEntries) |
MapSerializer(MapSerializer src,
Object filterId,
boolean sortKeys) |
MapSerializer(MapSerializer src,
TypeSerializer vts,
Object suppressableValue)
Deprecated.
// since 2.9
|
MapSerializer(MapSerializer src,
TypeSerializer vts,
Object suppressableValue,
boolean suppressNulls) |
Copyright © 2008–2021 FasterXML. All rights reserved.