Uses of Class
com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
Packages that use MapEntryDeserializer
Package
Description
Contains public standard implementations of abstraction that
Jackson uses.
-
Uses of MapEntryDeserializer in com.fasterxml.jackson.databind.deser.std
Methods in com.fasterxml.jackson.databind.deser.std that return MapEntryDeserializerModifier and TypeMethodDescriptionprotected MapEntryDeserializer
MapEntryDeserializer.withResolved
(KeyDeserializer keyDeser, TypeDeserializer valueTypeDeser, JsonDeserializer<?> valueDeser) Fluent factory method used to create a copy with slightly different settings.Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type MapEntryDeserializerModifierConstructorDescriptionprotected
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.protected
MapEntryDeserializer
(MapEntryDeserializer src, KeyDeserializer keyDeser, JsonDeserializer<Object> valueDeser, TypeDeserializer valueTypeDeser)