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