Uses of Class
com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
Packages that use MapDeserializer Package Description com.fasterxml.jackson.databind.deser.std 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 MapDeserializer Modifier and Type Method Description protected MapDeserializer
MapDeserializer. withResolved(KeyDeserializer keyDeser, TypeDeserializer valueTypeDeser, JsonDeserializer<?> valueDeser, NullValueProvider nuller, Set<String> ignorable)
Fluent factory method used to create a copy with slightly different settings.Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type MapDeserializer Constructor Description MapDeserializer(MapDeserializer src)
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.MapDeserializer(MapDeserializer src, KeyDeserializer keyDeser, JsonDeserializer<Object> valueDeser, TypeDeserializer valueTypeDeser, NullValueProvider nuller, Set<String> ignorable)
-