| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.deser.std | Contains public standard implementations of abstraction that
 Jackson uses. | 
| Modifier and Type | Method and 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. | 
| Constructor and 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) | 
Copyright © 2008–2020 FasterXML. All rights reserved.